| Package | Description |
|---|---|
| com.jayway.restassured.config |
| Modifier and Type | Method and Description |
|---|---|
MatcherConfig |
MatcherConfig.errorDescriptionType(MatcherConfig.ErrorDescriptionType errorDescriptionType) |
MatcherConfig |
RestAssuredConfig.getMatcherConfig() |
static MatcherConfig |
MatcherConfig.matcherConfig() |
| Modifier and Type | Method and Description |
|---|---|
RestAssuredConfig |
RestAssuredConfig.matcherConfig(MatcherConfig matcherConfig)
Set the Matcher config.
|
| Constructor and Description |
|---|
RestAssuredConfig(RedirectConfig redirectConfig,
HttpClientConfig httpClientConfig,
LogConfig logConfig,
EncoderConfig encoderConfig,
DecoderConfig decoderConfig,
SessionConfig sessionConfig,
ObjectMapperConfig objectMapperConfig,
ConnectionConfig connectionConfig,
JsonConfig jsonConfig,
XmlConfig xmlConfig,
SSLConfig sslConfig,
MatcherConfig matcherConfig,
HeaderConfig headerConfig)
Create a new RestAssuredConfiguration with the supplied
RedirectConfig, HttpClientConfig, LogConfig,
EncoderConfig, DecoderConfig, SessionConfig, ObjectMapperConfig, ConnectionConfig,
JsonConfig, XmlConfig, SSLConfig,
MatcherConfig. |
Copyright © 2010–2014. All rights reserved.