Class | Description |
---|---|
LocalHostUriTemplateHandler |
UriTemplateHandler will automatically prefix relative URIs with
localhost:${local.server.port} . |
MockServerRestTemplateCustomizer |
RestTemplateCustomizer that can be applied to a RestTemplateBuilder
instances to add MockRestServiceServer support. |
RootUriRequestExpectationManager |
RequestExpectationManager that strips the specified root URI from the request
before verification. |
TestRestTemplate |
Convenient alternative of
RestTemplate that is suitable for integration tests. |
TestRestTemplate.CustomHttpComponentsClientHttpRequestFactory |
HttpComponentsClientHttpRequestFactory to apply customizations. |
Enum | Description |
---|---|
TestRestTemplate.HttpClientOption |
Options used to customize the Apache HTTP Client.
|