Uses of Class
io.restassured.module.webtestclient.config.WebTestClientParamConfig
Packages that use WebTestClientParamConfig
-
Uses of WebTestClientParamConfig in io.restassured.module.webtestclient.config
Methods in io.restassured.module.webtestclient.config that return WebTestClientParamConfigModifier and TypeMethodDescriptionWebTestClientParamConfig.and()Syntactic sugar.WebTestClientParamConfig.attributeUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy) Set attribute update strategy to the given value.WebTestClientParamConfig.formParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy) Set form parameter update strategy to the given value.RestAssuredWebTestClientConfig.getWebTestClientParamConfig()WebTestClientParamConfig.mergeAllParameters()Merge all parameter types.static WebTestClientParamConfigWebTestClientParamConfig.paramConfig()WebTestClientParamConfig.queryParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy) Set query parameter update strategy to the given value.WebTestClientParamConfig.replaceAllParameters()Replace parameter values for all kinds of parameter types.WebTestClientParamConfig.requestParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy) Set request parameter update strategy to the given value.WebTestClientParamConfig.with()Syntactic sugar.Methods in io.restassured.module.webtestclient.config with parameters of type WebTestClientParamConfigModifier and TypeMethodDescriptionRestAssuredWebTestClientConfig.paramConfig(WebTestClientParamConfig paramConfig) Set the parameter config