public class TransactionalFeature extends SimpleFeature
Modifier and Type | Field and Description |
---|---|
protected String |
autoactivationValue |
protected TransactionalConfig |
config |
protected Class<? extends RepositoryFactory> |
defaultFactory |
protected boolean |
nsOwner |
protected boolean |
txStarted |
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, testCreated
protected TransactionalConfig config
protected String autoactivationValue
protected boolean nsOwner
protected boolean txStarted
protected Class<? extends RepositoryFactory> defaultFactory
public TransactionalFeature()
public void initialize(FeaturesRunner runner) throws Exception
RunnerFeature
initialize
in interface RunnerFeature
initialize
in class SimpleFeature
Exception
public void beforeSetup(FeaturesRunner runner) throws Exception
RunnerFeature
beforeSetup
in interface RunnerFeature
beforeSetup
in class SimpleFeature
Exception
public void afterTeardown(FeaturesRunner runner) throws Exception
RunnerFeature
afterTeardown
in interface RunnerFeature
afterTeardown
in class SimpleFeature
Exception
Copyright © 2016 Nuxeo SA. All rights reserved.