public class EmbeddedAutomationServerFeature extends Object implements RunnerFeature
| Modifier and Type | Field and Description | 
|---|---|
protected HttpAutomationClient | 
client  | 
protected static int | 
HTTP_CONNECTION_TIMEOUT  | 
protected ServletContainerFeature | 
servletContainerFeature  | 
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()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterMethodRun, afterTeardown, beforeMethodRun, beforeRun, beforeSetup, initialize, start, stop, testCreatedprotected static final int HTTP_CONNECTION_TIMEOUT
@Inject protected ServletContainerFeature servletContainerFeature
protected HttpAutomationClient client
public EmbeddedAutomationServerFeature()
public void afterRun(FeaturesRunner runner)
RunnerFeatureafterRun in interface RunnerFeaturepublic void configure(FeaturesRunner runner, com.google.inject.Binder binder)
RunnerFeatureconfigure in interface RunnerFeatureprotected HttpAutomationClient getHttpAutomationClient()
Copyright © 2019 Nuxeo. All rights reserved.