Package org.nuxeo.runtime.test.runner
Class RestartFeature
java.lang.Object
org.nuxeo.runtime.test.runner.RestartFeature
- All Implemented Interfaces:
RunnerFeature
Feature that restart the component manger between each test.
- Since:
- 10.2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterTeardown
(FeaturesRunner runner) After the call of the @After methodsMethods 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, beforeMethodRun, beforeRun, beforeSetup, beforeSetup, configure, initialize, start, stop, testCreated
-
Constructor Details
-
RestartFeature
public RestartFeature()
-
-
Method Details
-
afterTeardown
Description copied from interface:RunnerFeature
After the call of the @After methods- Specified by:
afterTeardown
in interfaceRunnerFeature
- Throws:
Exception
-