-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated tests contain JUnit4 @Test and commented JUnit5 @DisplayName annotations #576
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
Comments
As discussed @onewhl @denis-fokin remove - for JUnit4 // Java doc has this information
related docs: TestNG annotations, JUnit5 DisplayName, JUnit4 - no analogues. |
onewhl
added a commit
that referenced
this issue
Jul 29, 2022
onewhl
added a commit
that referenced
this issue
Aug 1, 2022
7 tasks
onewhl
added a commit
that referenced
this issue
Aug 3, 2022
Repository owner
moved this from Todo
to Done
in UTBot Java
Aug 3, 2022
tamarinvs19
pushed a commit
that referenced
this issue
Aug 4, 2022
denis-fokin
pushed a commit
that referenced
this issue
Aug 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp-summaries
Something related to the method names, code comments and display names generation
ctg-bug
Issue is a bug
Description
Tests generated with JUnit4 framework selected - contain JUnit4 @test and commented JUnit5 @DisplayName annotations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only JUnit4 annotations are supposed to be used.
Actual behavior
@org.junit.jupiter.api.DisplayName are present, though commented
Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.1.3
UTBot plugin version: https://github.com/UnitTestBot/UTBotJava/actions/runs/2717703384
The text was updated successfully, but these errors were encountered: