Uses of Annotation Interface
org.nuxeo.runtime.test.runner.ConditionalIgnore
Packages that use ConditionalIgnore
-
Uses of ConditionalIgnore in org.nuxeo.runtime.test.runner
Fields in org.nuxeo.runtime.test.runner with type parameters of type ConditionalIgnoreModifier and TypeFieldDescriptionprotected final List
<ConditionalIgnore> ConditionalIgnoreRule.ConditionalIgnoreStatement.conditionalIgnores
Constructor parameters in org.nuxeo.runtime.test.runner with type arguments of type ConditionalIgnoreModifierConstructorDescriptionprotected
ConditionalIgnoreStatement
(org.junit.runners.model.Statement base, org.junit.runner.Description description, List<ConditionalIgnore> conditionalIgnores, ConditionalIgnoreRule.Ignore ignore, BiFunction<Class<? extends ConditionalIgnoreRule.Condition>, String, String> returnShouldIgnoreOrNull)