Class RunContextHolder
- java.lang.Object
-
- com.zebrunner.agent.core.registrar.RunContextHolder
-
public final class RunContextHolder extends java.lang.ObjectImmutable (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
-
-
Constructor Summary
Constructors Constructor Description RunContextHolder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<TestDTO>getTests()static booleanisRerun()
-
-
-
Method Detail
-
getTests
public static java.util.List<TestDTO> getTests()
-
isRerun
public static boolean isRerun()
-
-