Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.IgnoreIsolated
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.IgnoreIsolated
-
- All Implemented Interfaces:
ConditionalIgnoreRule.Condition
- Enclosing class:
- ConditionalIgnoreRule
@Deprecated(since="11.1") public static final class ConditionalIgnoreRule.IgnoreIsolated extends Object implements ConditionalIgnoreRule.Condition
Deprecated.since 11.1,IsolatedClassloader
doesn't exist anymore
-
-
Constructor Summary
Constructors Constructor Description IgnoreIsolated()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
shouldIgnore()
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.Condition
supportsClassRule
-
-
-
-
Method Detail
-
shouldIgnore
public boolean shouldIgnore()
Deprecated.- Specified by:
shouldIgnore
in interfaceConditionalIgnoreRule.Condition
-
-