public class EmbeddedAutomationServerFeature extends SimpleFeature
| Modifier and Type | Field and Description |
|---|---|
protected HttpAutomationClient |
client |
protected static int |
HTTP_CONNECTION_TIMEOUT |
protected Session |
session |
| Constructor and Description |
|---|
EmbeddedAutomationServerFeature() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRun(FeaturesRunner runner)
After tests were run.
|
void |
configure(FeaturesRunner runner,
com.google.inject.Binder binder)
Configures Guice bindings if any is required by the feature.
|
protected HttpAutomationClient |
getHttpAutomationClient() |
afterMethodRun, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, initialize, start, stop, testCreatedprotected static final int HTTP_CONNECTION_TIMEOUT
protected HttpAutomationClient client
public EmbeddedAutomationServerFeature()
public void afterRun(FeaturesRunner runner) throws Exception
RunnerFeatureafterRun in interface RunnerFeatureafterRun in class SimpleFeatureExceptionpublic void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeatureconfigure in interface RunnerFeatureconfigure in class SimpleFeatureprotected HttpAutomationClient getHttpAutomationClient()
Copyright © 2016 Nuxeo SA. All rights reserved.