Class RunOrderIT

Direct Known Subclasses:
RunOrderParallelForksIT

public class RunOrderIT extends SurefireJUnit4IntegrationTestCase
Verifies the runOrder setting and its effect
Author:
Kristian Rosenvold
  • Constructor Details

    • RunOrderIT

      public RunOrderIT()
  • Method Details

    • testAlphabeticalJUnit4

      public void testAlphabeticalJUnit4() throws Exception
      Throws:
      Exception
    • testAlphabeticalJUnit5

      public void testAlphabeticalJUnit5() throws Exception
      Throws:
      Exception
    • testRandomJUnit4DifferentSeed

      public void testRandomJUnit4DifferentSeed() throws Exception
      Throws:
      Exception
    • testRandomJUnit4SameSeed

      public void testRandomJUnit4SameSeed() throws Exception
      Throws:
      Exception
    • testReverseAlphabeticalJUnit4

      public void testReverseAlphabeticalJUnit4() throws Exception
      Throws:
      Exception
    • testReverseAlphabeticalJUnit5

      public void testReverseAlphabeticalJUnit5() throws Exception
      Throws:
      Exception
    • testHourlyJUnit4

      public void testHourlyJUnit4() throws Exception
      Throws:
      Exception
    • testHourlyJUnit5

      public void testHourlyJUnit5() throws Exception
      Throws:
      Exception
    • testNonExistingRunOrderJUnit4

      public void testNonExistingRunOrderJUnit4()
    • testNonExistingRunOrderJUnit5

      public void testNonExistingRunOrderJUnit5()
    • getForkMode

      protected String getForkMode()