Modifier and Type | Field and Description |
---|---|
static RestAssuredWebTestClientConfig |
RestAssuredWebTestClient.config
Define a REST Assured WebTestClient configuration.
|
Modifier and Type | Method and Description |
---|---|
static RestAssuredWebTestClientConfig |
RestAssuredWebTestClient.config() |
Modifier and Type | Method and Description |
---|---|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.and()
Syntactic sugar.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.asyncConfig(AsyncConfig asyncConfig)
Set the async config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.clientConfig(ClientConfig clientConfig) |
static RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.config() |
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.decoderConfig(io.restassured.config.DecoderConfig decoderConfig)
Set the decoder config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.encoderConfig(io.restassured.config.EncoderConfig encoderConfig)
Set the encoder config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.headerConfig(io.restassured.config.HeaderConfig headerConfig)
Set the header config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.jsonConfig(io.restassured.config.JsonConfig jsonConfig)
Set the Json config.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.logConfig(io.restassured.config.LogConfig logConfig)
Set the Log config.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.matcherConfig(io.restassured.config.MatcherConfig matcherConfig)
Set the matcher config.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.multiPartConfig(io.restassured.config.MultiPartConfig multiPartConfig)
Set the multi-part config
|
static RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.newConfig() |
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.objectMapperConfig(io.restassured.config.ObjectMapperConfig objectMapperConfig)
Set the object mapper config.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.paramConfig(WebTestClientParamConfig paramConfig)
Set the parameter config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.sessionConfig(io.restassured.config.SessionConfig sessionConfig)
Set the session config.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.set()
Syntactic sugar.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.webTestClientConfig(WebTestClientConfig webTestClientConfig)
Set the webTestClient config
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.with()
Syntactic sugar.
|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.xmlConfig(io.restassured.config.XmlConfig xmlConfig)
Set the Xml config.
|
Modifier and Type | Method and Description |
---|---|
RestAssuredWebTestClientConfig |
WebTestClientRequestSpecificationImpl.getRestAssuredWebTestClientConfig() |
Modifier and Type | Method and Description |
---|---|
WebTestClientRequestSpecification |
WebTestClientRequestSpecificationImpl.config(RestAssuredWebTestClientConfig config) |
Constructor and Description |
---|
WebTestClientRequestSenderImpl(org.springframework.test.web.reactive.server.WebTestClient webTestClient,
Map<String,Object> params,
Map<String,Object> queryParams,
Map<String,Object> formParams,
Map<String,Object> attributes,
RestAssuredWebTestClientConfig config,
Object requestBody,
io.restassured.http.Headers headers,
io.restassured.http.Cookies cookies,
List<io.restassured.internal.multipart.MultiPartInternal> multiParts,
io.restassured.filter.log.RequestLoggingFilter requestLoggingFilter,
String basePath,
io.restassured.specification.ResponseSpecification responseSpecification,
io.restassured.internal.log.LogRepository logRepository) |
WebTestClientRequestSpecificationImpl(WebTestClientFactory webTestClientFactory,
RestAssuredWebTestClientConfig config,
String basePath,
WebTestClientRequestSpecification requestSpecification,
io.restassured.specification.ResponseSpecification responseSpecification) |
Modifier and Type | Method and Description |
---|---|
WebTestClientRequestSpecification |
WebTestClientRequestSpecification.config(RestAssuredWebTestClientConfig config)
Define a REST Assured WebTestClient configuration.
|
WebTestClientRequestSpecBuilder |
WebTestClientRequestSpecBuilder.setConfig(RestAssuredWebTestClientConfig config)
Define a configuration for redirection settings and http client parameters.
|
Copyright © 2010–2020. All rights reserved.