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, testCreated
public void initialize(FeaturesRunner runner) throws Exception
RunnerFeature
initialize
in interface RunnerFeature
initialize
in class SimpleFeature
Exception
public void start(FeaturesRunner runner) throws Exception
RunnerFeature
start
in interface RunnerFeature
start
in class SimpleFeature
Exception
public void beforeRun(FeaturesRunner runner) throws Exception
RunnerFeature
beforeRun
in interface RunnerFeature
beforeRun
in class SimpleFeature
Exception
public void afterRun(FeaturesRunner runner) throws Exception
RunnerFeature
afterRun
in interface RunnerFeature
afterRun
in class SimpleFeature
Exception
Copyright © 2011 Nuxeo SA. All Rights Reserved.