Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.web.client |
Auto-configuration for web clients.
|
Class and 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.
|