Uses of Class
io.restassured.module.webtestclient.config.RestAssuredWebTestClientConfig
Packages that use RestAssuredWebTestClientConfig
Package
Description
-
Uses of RestAssuredWebTestClientConfig in io.restassured.module.webtestclient
Fields in io.restassured.module.webtestclient declared as RestAssuredWebTestClientConfigModifier and TypeFieldDescriptionRestAssuredWebTestClient.configDefine a REST Assured WebTestClient configuration.Methods in io.restassured.module.webtestclient that return RestAssuredWebTestClientConfig -
Uses of RestAssuredWebTestClientConfig in io.restassured.module.webtestclient.config
Methods in io.restassured.module.webtestclient.config that return RestAssuredWebTestClientConfigModifier and TypeMethodDescriptionRestAssuredWebTestClientConfig.and()Syntactic sugar.RestAssuredWebTestClientConfig.asyncConfig(AsyncConfig asyncConfig) Set the async configRestAssuredWebTestClientConfig.clientConfig(ClientConfig clientConfig) RestAssuredWebTestClientConfig.config()RestAssuredWebTestClientConfig.decoderConfig(io.restassured.config.DecoderConfig decoderConfig) Set the decoder configRestAssuredWebTestClientConfig.encoderConfig(io.restassured.config.EncoderConfig encoderConfig) Set the encoder configRestAssuredWebTestClientConfig.headerConfig(io.restassured.config.HeaderConfig headerConfig) Set the header configRestAssuredWebTestClientConfig.jsonConfig(io.restassured.config.JsonConfig jsonConfig) Set the Json config.RestAssuredWebTestClientConfig.logConfig(io.restassured.config.LogConfig logConfig) Set the Log config.RestAssuredWebTestClientConfig.matcherConfig(io.restassured.config.MatcherConfig matcherConfig) Set the matcher config.RestAssuredWebTestClientConfig.multiPartConfig(io.restassured.config.MultiPartConfig multiPartConfig) Set the multi-part configRestAssuredWebTestClientConfig.newConfig()RestAssuredWebTestClientConfig.objectMapperConfig(io.restassured.config.ObjectMapperConfig objectMapperConfig) Set the object mapper config.RestAssuredWebTestClientConfig.paramConfig(WebTestClientParamConfig paramConfig) Set the parameter configRestAssuredWebTestClientConfig.sessionConfig(io.restassured.config.SessionConfig sessionConfig) Set the session config.RestAssuredWebTestClientConfig.set()Syntactic sugar.RestAssuredWebTestClientConfig.webTestClientConfig(WebTestClientConfig webTestClientConfig) Set the webTestClient configRestAssuredWebTestClientConfig.with()Syntactic sugar.RestAssuredWebTestClientConfig.xmlConfig(io.restassured.config.XmlConfig xmlConfig) Set the Xml config. -
Uses of RestAssuredWebTestClientConfig in io.restassured.module.webtestclient.internal
Methods in io.restassured.module.webtestclient.internal that return RestAssuredWebTestClientConfigModifier and TypeMethodDescriptionWebTestClientRequestSpecificationImpl.getRestAssuredWebTestClientConfig()Methods in io.restassured.module.webtestclient.internal with parameters of type RestAssuredWebTestClientConfigModifier and TypeMethodDescriptionWebTestClientRequestSpecificationImpl.config(RestAssuredWebTestClientConfig config) Constructors in io.restassured.module.webtestclient.internal with parameters of type RestAssuredWebTestClientConfigModifierConstructorDescriptionWebTestClientRequestSenderImpl(org.springframework.test.web.reactive.server.WebTestClient webTestClient, Map<String, Object> params, Map<String, Object> namedPathParams, 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) -
Uses of RestAssuredWebTestClientConfig in io.restassured.module.webtestclient.specification
Methods in io.restassured.module.webtestclient.specification with parameters of type RestAssuredWebTestClientConfigModifier and TypeMethodDescriptionWebTestClientRequestSpecification.config(RestAssuredWebTestClientConfig config) Define a REST Assured WebTestClient configuration.WebTestClientRequestSpecBuilder.setConfig(RestAssuredWebTestClientConfig config) Define a configuration for redirection settings and http client parameters.