Package | Description |
---|---|
io.restassured.config |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionConfig
Lets you configure connection settings for REST Assured.
|
class |
DecoderConfig
Allows you to specify configuration for the decoder.
|
class |
EncoderConfig
Allows you to specify configuration for the encoder
|
class |
FailureConfig
Configure the failure listeners.
|
class |
HeaderConfig
Allow you to configure settings for headers.
|
class |
HttpClientConfig
Configure the Apache HTTP Client parameters.
|
class |
JsonConfig
Allows you to configure properties of JSON parsing.
|
class |
LogConfig
Configure the logging for REST Assured.
|
class |
MatcherConfig
Allow you to configure settings for response matchers.
|
class |
MultiPartConfig
Enables default configuration of how to handle multi-parts.
|
class |
OAuthConfig
Let's you configure OAuth specific configuration
|
class |
ObjectMapperConfig
Allows you to specify configuration for the object mapping functionality.
|
class |
ParamConfig
Param config determines how different parameter types in REST Assured should be updated when adding multiple parameters
of the same type with the same name.
|
class |
RedirectConfig
Configures the redirect settings that can be used with RestAssured.
|
class |
RestAssuredConfig
Main configuration for REST Assured that allows you to configure advanced settings such as redirections and HTTP Client parameters.
|
class |
SessionConfig
Configure session management for REST Assured.
|
class |
SSLConfig
Configure SSL for REST Assured.
|
class |
XmlConfig
Allows you to configure properties of XML and HTML parsing.
|
Copyright © 2010–2019. All rights reserved.