Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.Feature
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.Feature
-
- All Implemented Interfaces:
RunnerFeature
- Enclosing class:
- ConditionalIgnoreRule
public static class ConditionalIgnoreRule.Feature extends Object implements RunnerFeature
-
-
Field Summary
Fields Modifier and Type Field Description protected static ConditionalIgnoreRule
rule
-
Constructor Summary
Constructors Constructor Description Feature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.rules.MethodRule
methodRule()
static org.junit.rules.TestRule
testRule()
-
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.RunnerFeature
afterMethodRun, afterRun, afterTeardown, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, beforeSetup, configure, initialize, start, stop, testCreated
-
-
-
-
Field Detail
-
rule
protected static final ConditionalIgnoreRule rule
-
-