Uses of Interface
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.Condition
-
Packages that use ConditionalIgnoreRule.Condition Package Description org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database.org.nuxeo.runtime.test.runner -
-
Uses of ConditionalIgnoreRule.Condition in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement ConditionalIgnoreRule.Condition Modifier and Type Class Description class
IgnoreNonPostgreSQL
class
IgnorePostgreSQL
-
Uses of ConditionalIgnoreRule.Condition in org.nuxeo.runtime.test.runner
Classes in org.nuxeo.runtime.test.runner that implement ConditionalIgnoreRule.Condition Modifier and Type Class Description static class
ConditionalIgnoreRule.IgnoreIsolated
Deprecated.since 11.1,IsolatedClassloader
doesn't exist anymorestatic class
ConditionalIgnoreRule.IgnoreLongRunning
static class
ConditionalIgnoreRule.IgnoreWindows
Methods in org.nuxeo.runtime.test.runner that return ConditionalIgnoreRule.Condition Modifier and Type Method Description protected ConditionalIgnoreRule.Condition
ConditionalIgnoreRule. instantiateCondition(Class<? extends ConditionalIgnoreRule.Condition> conditionType)
protected ConditionalIgnoreRule.Condition
ConditionalIgnoreRule. newCondition(Class<?> type, Method method, Object target, Class<? extends ConditionalIgnoreRule.Condition> conditionType)
Methods in org.nuxeo.runtime.test.runner that return types with arguments of type ConditionalIgnoreRule.Condition Modifier and Type Method Description Class<? extends ConditionalIgnoreRule.Condition>
condition()
Methods in org.nuxeo.runtime.test.runner with parameters of type ConditionalIgnoreRule.Condition Modifier and Type Method Description protected void
ConditionalIgnoreRule. injectCondition(Class<?> type, Method method, Object target, ConditionalIgnoreRule.Condition condition)
Method parameters in org.nuxeo.runtime.test.runner with type arguments of type ConditionalIgnoreRule.Condition Modifier and Type Method Description protected ConditionalIgnoreRule.Condition
ConditionalIgnoreRule. instantiateCondition(Class<? extends ConditionalIgnoreRule.Condition> conditionType)
-