Uses of Class
io.restassured.module.webtestclient.config.WebTestClientConfig
Packages that use WebTestClientConfig
Package
Description
-
Uses of WebTestClientConfig in io.restassured.module.webtestclient.config
Methods in io.restassured.module.webtestclient.config that return WebTestClientConfigModifier and TypeMethodDescriptionRestAssuredWebTestClientConfig.getWebTestClientConfig()static WebTestClientConfigWebTestClientConfig.webTestClientConfig()Just syntactic sugar.WebTestClientConfig.with()Just syntactic sugar to make the DSL more English-like.Methods in io.restassured.module.webtestclient.config with parameters of type WebTestClientConfigModifier and TypeMethodDescriptionRestAssuredWebTestClientConfig.webTestClientConfig(WebTestClientConfig webTestClientConfig) Set the webTestClient config -
Uses of WebTestClientConfig in io.restassured.module.webtestclient.internal
Methods in io.restassured.module.webtestclient.internal with parameters of type WebTestClientConfigModifier and TypeMethodDescriptionorg.springframework.test.web.reactive.server.WebTestClientBuilderBasedWebTestClientFactory.build(WebTestClientConfig webTestClientConfig) org.springframework.test.web.reactive.server.WebTestClientWebTestClientFactory.build(WebTestClientConfig webTestClientConfig) Builds and returns aWebTestClientinstance based on provided configurationorg.springframework.test.web.reactive.server.WebTestClientWrapperWebTestClientFactory.build(WebTestClientConfig webTestClientConfig)