Package | Description |
---|---|
io.restassured.module.webtestclient.config |
Modifier and Type | Method and Description |
---|---|
WebTestClientParamConfig |
WebTestClientParamConfig.and()
Syntactic sugar.
|
WebTestClientParamConfig |
WebTestClientParamConfig.attributeUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy)
Set attribute update strategy to the given value.
|
WebTestClientParamConfig |
WebTestClientParamConfig.formParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy)
Set form parameter update strategy to the given value.
|
WebTestClientParamConfig |
RestAssuredWebTestClientConfig.getWebTestClientParamConfig() |
WebTestClientParamConfig |
WebTestClientParamConfig.mergeAllParameters()
Merge all parameter types.
|
static WebTestClientParamConfig |
WebTestClientParamConfig.paramConfig() |
WebTestClientParamConfig |
WebTestClientParamConfig.queryParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy)
Set query parameter update strategy to the given value.
|
WebTestClientParamConfig |
WebTestClientParamConfig.replaceAllParameters()
Replace parameter values for all kinds of parameter types.
|
WebTestClientParamConfig |
WebTestClientParamConfig.requestParamsUpdateStrategy(io.restassured.config.ParamConfig.UpdateStrategy updateStrategy)
Set request parameter update strategy to the given value.
|
WebTestClientParamConfig |
WebTestClientParamConfig.with()
Syntactic sugar.
|
Modifier and Type | Method and Description |
---|---|
RestAssuredWebTestClientConfig |
RestAssuredWebTestClientConfig.paramConfig(WebTestClientParamConfig paramConfig)
Set the parameter config
|
Copyright © 2010–2019. All rights reserved.