public class TransactionalFeature extends ContainerFeature
| Constructor and Description |
|---|
TransactionalFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterTeardown(FeaturesRunner runner)
After the call of the @After methods
|
void |
beforeSetup(FeaturesRunner runner)
Before entering in the @Before methods
|
void |
initialize(FeaturesRunner runner)
Called when preparing to run the test class.
|
afterMethodRun, afterRun, beforeMethodRun, beforeRun, configure, start, stop, testCreatedpublic void initialize(FeaturesRunner runner) throws Exception
RunnerFeatureinitialize in interface RunnerFeatureinitialize in class SimpleFeatureExceptionpublic void beforeSetup(FeaturesRunner runner) throws Exception
RunnerFeaturebeforeSetup in interface RunnerFeaturebeforeSetup in class SimpleFeaturerunner - TODOExceptionpublic void afterTeardown(FeaturesRunner runner) throws Exception
RunnerFeatureafterTeardown in interface RunnerFeatureafterTeardown in class SimpleFeaturerunner - TODOExceptionCopyright © 2014 Nuxeo SA. All rights reserved.