Class TestCase.SystemTestCaseStatus
- java.lang.Object
-
- com.zebrunner.agent.core.registrar.TestCase.SystemTestCaseStatus
-
- Enclosing class:
- TestCase
public static final class TestCase.SystemTestCaseStatus extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SystemTestCaseStatus()
-
-
-
Field Detail
-
PASSED
public static final java.lang.String PASSED
- See Also:
- Constant Field Values
-
FAILED
public static final java.lang.String FAILED
- See Also:
- Constant Field Values
-
SKIPPED
public static final java.lang.String SKIPPED
- See Also:
- Constant Field Values
-
RETEST
public static final java.lang.String RETEST
- See Also:
- Constant Field Values
-
BLOCKED
public static final java.lang.String BLOCKED
- See Also:
- Constant Field Values
-
INVALID
public static final java.lang.String INVALID
- See Also:
- Constant Field Values
-
-