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 classIgnoreNonPostgreSQLclassIgnorePostgreSQL -
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 classConditionalIgnoreRule.IgnoreIsolatedDeprecated.since 11.1,IsolatedClassloaderdoesn't exist anymorestatic classConditionalIgnoreRule.IgnoreLongRunningstatic classConditionalIgnoreRule.IgnoreWindowsMethods in org.nuxeo.runtime.test.runner that return ConditionalIgnoreRule.Condition Modifier and Type Method Description protected ConditionalIgnoreRule.ConditionConditionalIgnoreRule. instantiateCondition(Class<? extends ConditionalIgnoreRule.Condition> conditionType)protected ConditionalIgnoreRule.ConditionConditionalIgnoreRule. 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 voidConditionalIgnoreRule. 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.ConditionConditionalIgnoreRule. instantiateCondition(Class<? extends ConditionalIgnoreRule.Condition> conditionType)
-