Package | Description |
---|---|
io.restassured.module.webtestclient.config | |
io.restassured.module.webtestclient.internal |
Modifier and Type | Method and Description |
---|---|
WebTestClientConfig |
RestAssuredWebTestClientConfig.getWebTestClientConfig() |
static WebTestClientConfig |
WebTestClientConfig.webTestClientConfig()
Just syntactic sugar.
|
WebTestClientConfig |
WebTestClientConfig.with()
Just syntactic sugar to make the DSL more English-like.
|
Modifier and Type | Method and Description |
---|---|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.webTestClientConfig(WebTestClientConfig webTestClientConfig)
Set the webTestClient config
|
Modifier and Type | Method and Description |
---|---|
org.springframework.test.web.reactive.server.WebTestClient |
WebTestClientFactory.build(WebTestClientConfig webTestClientConfig)
Builds and returns a
WebTestClient instance based on provided configuration |
org.springframework.test.web.reactive.server.WebTestClient |
WrapperWebTestClientFactory.build(WebTestClientConfig webTestClientConfig) |
org.springframework.test.web.reactive.server.WebTestClient |
BuilderBasedWebTestClientFactory.build(WebTestClientConfig webTestClientConfig) |
Copyright © 2010–2020. All rights reserved.