public class AutomationFeature extends Object implements RunnerFeature
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 |
| Modifier and Type | Field and Description |
|---|---|
protected OperationContext |
context |
protected AutomationFeature.OperationContextProvider |
contextProvider |
protected CoreFeature |
coreFeature |
protected OperationCallback |
tracer |
protected TracerFactory |
tracerFactory |
protected org.nuxeo.ecm.automation.test.AutomationFeature.TracerProvider |
tracerProvider |
| 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.
|
protected OperationContext |
getContext() |
protected OperationCallback |
getTracer() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMethodRun, afterRun, beforeMethodRun, beforeRun, initialize, start, stop, testCreatedprotected final AutomationFeature.OperationContextProvider contextProvider
protected final org.nuxeo.ecm.automation.test.AutomationFeature.TracerProvider tracerProvider
protected OperationContext context
protected TracerFactory tracerFactory
protected OperationCallback tracer
protected CoreFeature coreFeature
public AutomationFeature()
protected OperationContext getContext()
protected OperationCallback getTracer()
public void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeatureconfigure in interface RunnerFeaturepublic void beforeSetup(FeaturesRunner runner)
RunnerFeaturebeforeSetup in interface RunnerFeaturepublic void afterTeardown(FeaturesRunner runner)
RunnerFeatureafterTeardown in interface RunnerFeatureCopyright © 2019 Nuxeo. All rights reserved.