Skip to content
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

Closed
SupinePandora43 opened this issue Jan 25, 2019 · 4 comments
Closed

Support @RepeatedTest in JUnit 5 #594

SupinePandora43 opened this issue Jan 25, 2019 · 4 comments
Milestone

Comments

@SupinePandora43
Copy link

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!

@jdneo jdneo changed the title @RepeatedTest() not showing in test explorer and code lens (JUnit 5) Support @RepeatedTest in JUnit 5 Jan 27, 2019
@jdneo jdneo added the feature label Jan 27, 2019
@kid1412621
Copy link

kid1412621 commented Feb 12, 2019

So it says supporting JUnit 5 (v5.1.0+) in description which is false promotion.

@Justas-S
Copy link

Support for @TestFactory would also be nice.

@jdneo
Copy link
Member

jdneo commented Mar 6, 2019

@Justas-S tracked here: #644

@kid1412621
Copy link

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants