I have a test suite with multiple test clases in Junit5, one of those clases has some tests that use @RepeatedTest, they do repeat when I run them from that class but not when I run the suite itself, any idea why?
Asked
Active
Viewed 81 times
0
-
Which number did you set as argument ? – NayoR Apr 19 '18 at 19:43
-
100, but it's the same if I change it – Mauricio Zanon Apr 19 '18 at 19:55
-
Build tool? How do you configure the test run? Versions? Small running sample of your issue? – Sormuras Apr 19 '18 at 21:19
-
How have you defined your suite? – Marc Philipp Apr 20 '18 at 09:55
-
I agree with @MarcPhilipp: please show us your "test suite" configuration. – Sam Brannen Apr 23 '18 at 14:11