public class AutomationFeature extends SimpleFeature
PlatformFeature, AutomationFeature is a simple
feature that includes org.nuxeo.ecm.automation.core and
org.nuxeo.ecm.automation.features bundles.| Modifier and Type | Class and Description |
|---|---|
class |
AutomationFeature.OperationContextProvider |
| Constructor and Description |
|---|
AutomationFeature() |
| 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 |
configure(FeaturesRunner runner,
com.google.inject.Binder binder)
Configures Guice bindings if any is required by the feature.
|
afterMethodRun, afterRun, beforeMethodRun, beforeRun, initialize, start, stop, testCreatedpublic void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeatureconfigure in interface RunnerFeatureconfigure in class SimpleFeaturepublic 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.