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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterTeardown(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, waitMethods 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:RunnerFeatureAfter the call of the @After methods- Specified by:
afterTeardownin interfaceRunnerFeature- Throws:
Exception
-