Package org.nuxeo.runtime.test.runner
Class RandomBug.Feature
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.RandomBug.Feature
-
- All Implemented Interfaces:
RunnerFeature
- Enclosing class:
- RandomBug
public static class RandomBug.Feature extends Object implements RunnerFeature
-
-
Constructor Summary
Constructors Constructor Description Feature()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.junit.rules.TestRule
onClass()
org.junit.rules.MethodRule
onMethod()
-
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
-
-