See: Description
Class | Description |
---|---|
MockRestServiceServerAutoConfiguration |
Auto-configuration for
MockRestServiceServer support. |
WebClientRestTemplateAutoConfiguration |
Auto-configuration for a web-client
RestTemplate . |
Annotation Type | Description |
---|---|
AutoConfigureMockRestServiceServer |
Annotation that can be applied to a test class to enable and configure
auto-configuration of a single
MockRestServiceServer . |
AutoConfigureWebClient |
Annotation that can be applied to a test class to enable and configure
auto-configuration of web clients.
|
RestClientTest |
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Spring rest client test. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.