@Test
public void reorderedParallelClasses()
throws VerificationException
{
SurefireLauncher launcher = unpack();
launcher
// .runOrder( "balanced" ) call it in 3.x and remove it in surefire-1098-balanced-runorder/pom.xml
// as soon as there is prefix available "failsafe" and "surefire" in system property for this parameter.
.parallelClasses().threadCount( 2 ).disablePerCoreThreadCount()
.executeTest().verifyErrorFree( 4 );
OutputValidator validator =
launcher
// .runOrder( "balanced" ) call it in 3.x and remove it in surefire-1098-balanced-runorder/pom.xml
// as soon as there is prefix available "failsafe" and "surefire" in system property for this parameter.
.parallelClasses().threadCount( 2 ).disablePerCoreThreadCount()
.executeTest().verifyErrorFree( 4 );