Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.IgnoreLongRunning
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.IgnoreLongRunning
-
- All Implemented Interfaces:
ConditionalIgnoreRule.Condition
- Enclosing class:
- ConditionalIgnoreRule
public static final class ConditionalIgnoreRule.IgnoreLongRunning extends Object implements ConditionalIgnoreRule.Condition
-
-
Constructor Summary
Constructors Constructor Description IgnoreLongRunning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldIgnore()
-
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()
- Specified by:
shouldIgnore
in interfaceConditionalIgnoreRule.Condition
-
-