I have a java project and I have to launch the methods of a test class in random order. Is there a way to do that with Maven?
I tried with surefire and runOrder, but the configuration works with a test suite, in fact it launches the classes in random order but not the methods within them.