-
Notifications
You must be signed in to change notification settings - Fork 138
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
Support @RepeatedTest in JUnit 5 #594
Milestone
Comments
jdneo
changed the title
@RepeatedTest() not showing in test explorer and code lens (JUnit 5)
Support @RepeatedTest in JUnit 5
Jan 27, 2019
So it says supporting JUnit 5 (v5.1.0+) in description which is false promotion. |
Support for |
It did supported. But somehow doesn't show run test on the method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i must write
@RepeatedTest(5)
@test
public void repeatTest(){}
but with @RepeatedTest and @test in console: warning: multiplie test descriptors
without @test, (only with @RepeatedTest), code lens not showing, test explorer not see, but 'gradle test' see this RepeatedTest!
The text was updated successfully, but these errors were encountered: