Class SmartDirtiesTestsSupport

java.lang.Object
com.github.seregamorph.testsmartcontext.SmartDirtiesTestsSupport
Direct Known Subclasses:
SmartDirtiesClassOrderer, SmartDirtiesSuiteListener

public class SmartDirtiesTestsSupport extends Object
This class should only be used internally by the framework.
Author:
Sergey Chernov
  • Field Details

  • Constructor Details

    • SmartDirtiesTestsSupport

      public SmartDirtiesTestsSupport()
  • Method Details

    • classOrderStateMapSize

      protected static int classOrderStateMapSize(String engine)
    • setTestClassesLists

      protected static void setTestClassesLists(String engine, TestSortResult testSortResult)
    • setFailureCause

      protected static void setFailureCause(Throwable failureCause)
    • verifyInnerClass

      protected static void verifyInnerClass(Class<?> innerTestClass)
    • isInnerClass

      protected static boolean isInnerClass(Class<?> clazz)