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