Uses of Interface
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.Condition
Packages that use ConditionalIgnoreRule.Condition
-
Uses of ConditionalIgnoreRule.Condition in org.nuxeo.runtime.test.runner
Subinterfaces of ConditionalIgnoreRule.Condition in org.nuxeo.runtime.test.runnerClasses in org.nuxeo.runtime.test.runner that implement ConditionalIgnoreRule.ConditionModifier and TypeClassDescriptionstatic final class
Deprecated.static final class
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, not usedstatic final class
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useIgnoreIfWindows
insteadclass
Fields in org.nuxeo.runtime.test.runner with type parameters of type ConditionalIgnoreRule.ConditionModifier and TypeFieldDescriptionprotected final BiFunction
<Class<? extends ConditionalIgnoreRule.Condition>, String, String> ConditionalIgnoreRule.ConditionalIgnoreStatement.returnShouldIgnoreOrNull
Methods in org.nuxeo.runtime.test.runner that return ConditionalIgnoreRule.ConditionModifier and TypeMethodDescriptionprotected ConditionalIgnoreRule.Condition
ConditionalIgnoreRule.instantiateCondition
(Class<? extends ConditionalIgnoreRule.Condition> conditionType) Methods in org.nuxeo.runtime.test.runner with parameters of type ConditionalIgnoreRule.ConditionModifier and TypeMethodDescriptionprotected void
ConditionalIgnoreRule.injectCondition
(ConditionalIgnoreRule.Condition condition, Object target, Method method) Method parameters in org.nuxeo.runtime.test.runner with type arguments of type ConditionalIgnoreRule.ConditionModifier and TypeMethodDescriptionprotected ConditionalIgnoreRule.Condition
ConditionalIgnoreRule.instantiateCondition
(Class<? extends ConditionalIgnoreRule.Condition> conditionType) protected String
ConditionalIgnoreRule.returnShouldIgnoreForClassOrNull
(Class<? extends ConditionalIgnoreRule.Condition> conditionType, String cause) protected String
ConditionalIgnoreRule.returnShouldIgnoreForMethodOrNull
(Class<? extends ConditionalIgnoreRule.Condition> conditionType, String cause, Object target, Method method) Constructor parameters in org.nuxeo.runtime.test.runner with type arguments of type ConditionalIgnoreRule.ConditionModifierConstructorDescriptionprotected
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)
IsolatedClassloader
doesn't exist anymore