public class TransactionalFeature extends SimpleFeature
| Constructor and Description |
|---|
TransactionalFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun(FeaturesRunner runner)
After tests were run.
|
void |
beforeRun(FeaturesRunner runner)
Before running tests.
|
void |
initialize(FeaturesRunner runner)
Called when preparing to run the test class.
|
void |
start(FeaturesRunner runner)
Features are initialized.
|
afterMethodRun, beforeMethodRun, configure, stop, testCreatedpublic void initialize(FeaturesRunner runner) throws Exception
RunnerFeatureinitialize in interface RunnerFeatureinitialize in class SimpleFeatureExceptionpublic void start(FeaturesRunner runner) throws Exception
RunnerFeaturestart in interface RunnerFeaturestart in class SimpleFeatureExceptionpublic void beforeRun(FeaturesRunner runner) throws Exception
RunnerFeaturebeforeRun in interface RunnerFeaturebeforeRun in class SimpleFeatureExceptionpublic void afterRun(FeaturesRunner runner) throws Exception
RunnerFeatureafterRun in interface RunnerFeatureafterRun in class SimpleFeatureExceptionCopyright © 2011 Nuxeo SA. All Rights Reserved.