| Package | Description |
|---|---|
| org.springframework.test.web.client |
Contains client-side REST testing support.
|
| Modifier and Type | Method and Description |
|---|---|
static MockRestServiceServer.MockRestServiceServerBuilder |
MockRestServiceServer.bindTo(RestGatewaySupport restGateway)
Return a builder for a
MockRestServiceServer that should be used
to reply to the given RestGatewaySupport. |
static MockRestServiceServer |
MockRestServiceServer.createServer(RestGatewaySupport restGateway)
A shortcut for
bindTo(restGateway).build(). |