Package org.nuxeo.runtime.test.runner
Annotation Type ConditionalIgnoreRule.Ignore
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public static @interface ConditionalIgnoreRule.Ignore
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends ConditionalIgnoreRule.Condition>
condition
-
-
-
Element Detail
-
condition
Class<? extends ConditionalIgnoreRule.Condition> condition
-
-
-
cause
String cause
Optional reason why the test is ignored, reported additionally to the condition class simple name.- Default:
- ""
-
-