public class HttpActionBuilder extends AbstractTestActionBuilder<DelegatingTestAction<TestAction>>
action| Constructor and Description |
|---|
HttpActionBuilder()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientActionBuilder |
client(HttpClient httpClient)
Initiate http client action.
|
HttpClientActionBuilder |
client(String httpClient)
Initiate http client action.
|
HttpServerActionBuilder |
server(HttpServer httpServer)
Initiate http server action.
|
HttpServerActionBuilder |
server(String httpServer)
Initiate http server action.
|
HttpActionBuilder |
withApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Sets the Spring bean application context.
|
actor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic HttpClientActionBuilder client(HttpClient httpClient)
public HttpClientActionBuilder client(String httpClient)
public HttpServerActionBuilder server(HttpServer httpServer)
public HttpServerActionBuilder server(String httpServer)
public HttpActionBuilder withApplicationContext(org.springframework.context.ApplicationContext applicationContext)
applicationContext - Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.