Class Surefire1098BalancedRunOrderIT

java.lang.Object
org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase
org.apache.maven.surefire.its.jiras.Surefire1098BalancedRunOrderIT

public class Surefire1098BalancedRunOrderIT extends SurefireJUnit4IntegrationTestCase
The purpose of this IT is to assert that the run order of test classes is according to the settings:

runOrder=balanced
parallel=classes
threadCount=2
perCoreThreadCount=false

The list of tests should be reordered to (DTest, CTest, BTest, ATest) in the second run.

Since:
2.18
Author:
Tibor Digana (tibor17)
See Also:
  • Constructor Details

    • Surefire1098BalancedRunOrderIT

      public Surefire1098BalancedRunOrderIT()
  • Method Details

    • reorderedParallelClasses

      public void reorderedParallelClasses() throws org.apache.maven.it.VerificationException
      Throws:
      org.apache.maven.it.VerificationException