| Package | Description |
|---|---|
| org.springframework.test.web.client |
Contains client-side REST testing support.
|
| Modifier and Type | Method and Description |
|---|---|
static MockRestServiceServer |
MockRestServiceServer.createServer(RestGatewaySupport restGateway)
Create a
MockRestServiceServer and set up the given
RestGatewaySupport with a mock ClientHttpRequestFactory. |
static MockRestServiceServer |
MockRestServiceServer.createServer(RestTemplate restTemplate)
Create a
MockRestServiceServer and set up the given
RestTemplate with a mock ClientHttpRequestFactory. |
Copyright © 2021. All rights reserved.