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, testCreated
protected static final int HTTP_CONNECTION_TIMEOUT
protected HttpAutomationClient client
public EmbeddedAutomationServerFeature()
public void afterRun(FeaturesRunner runner) throws Exception
RunnerFeature
afterRun
in interface RunnerFeature
afterRun
in class SimpleFeature
Exception
public void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeature
configure
in interface RunnerFeature
configure
in class SimpleFeature
protected HttpAutomationClient getHttpAutomationClient()
Copyright © 2015 Nuxeo SA. All rights reserved.