Annotation Type DisableByState
-
@Target(TYPE) @Retention(RUNTIME) public @interface DisableByState
Annotation represents test class that should be not started, when given test did fail.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TestResultState
requiredState
-
-
-
Element Detail
-
value
Class value
-
-
-
requiredState
TestResultState requiredState
- Default:
- io.patriot_framework.junit.extensions.TestResultState.FAILED
-
-