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!
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!