Interface | Description |
---|---|
Config |
Default interface implemented by all REST Assured configs
|
HttpClientConfig.HttpClientFactory |
A factory for creating and configuring a custom http client instance that will be used by REST Assured.
|
Class | Description |
---|---|
ConnectionConfig |
Lets you configure connection settings for REST Assured.
|
ConnectionConfig.CloseIdleConnectionConfig |
Close open connections that have idled for the amount of time specified in this config.
|
DecoderConfig |
Allows you to specify configuration for the decoder.
|
EncoderConfig |
Allows you to specify configuration for the encoder
|
FailureConfig |
Configure the failure listeners.
|
HeaderConfig |
Allow you to configure settings for headers.
|
HttpClientConfig |
Configure the Apache HTTP Client parameters.
|
JsonConfig |
Allows you to configure properties of JSON parsing.
|
LogConfig |
Configure the logging for REST Assured.
|
MatcherConfig |
Allow you to configure settings for response matchers.
|
MultiPartConfig |
Enables default configuration of how to handle multi-parts.
|
OAuthConfig |
Let's you configure OAuth specific configuration
|
ObjectMapperConfig |
Allows you to specify configuration for the object mapping functionality.
|
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.
|
RedirectConfig |
Configures the redirect settings that can be used with RestAssured.
|
RestAssuredConfig |
Main configuration for REST Assured that allows you to configure advanced settings such as redirections and HTTP Client parameters.
|
SessionConfig |
Configure session management for REST Assured.
|
SSLConfig |
Configure SSL for REST Assured.
|
XmlConfig |
Allows you to configure properties of XML and HTML parsing.
|
Enum | Description |
---|---|
DecoderConfig.ContentDecoder |
Predefined content encoders in REST Assured.
|
MatcherConfig.ErrorDescriptionType |
Represents the different error description types available in REST Assured.
|
ParamConfig.UpdateStrategy |
The update strategy to use for a parameter type
|
Copyright © 2010–2019. All rights reserved.