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
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.junit.rules.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 Details
-
rule
-
-
Constructor Details
-
Feature
public Feature()
-
-
Method Details
-
methodRule
public org.junit.rules.MethodRule methodRule() -
testRule
public static org.junit.rules.TestRule testRule()
-