Class RunContextHolder


  • public final class RunContextHolder
    extends java.lang.Object
    Immutable (for client code outside registrar package) rerun context that is populated if this test run is actually a rerun. Holds information on tests that are meant to be executed on rerun
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<TestDTO> getTests()  
      static boolean isRerun()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RunContextHolder

        public RunContextHolder()
    • Method Detail

      • getTests

        public static java.util.List<TestDTO> getTests()
      • isRerun

        public static boolean isRerun()