Generated by
JDiff

Class org.springframework.test.web.client.MockRestServiceServer

Added Methods
MockRestServiceServerBuilder bindTo(AsyncRestTemplate) Return a builder for a {@code MockRestServiceServer} that should be used to reply to the given {@code AsyncRestTemplate}.
MockRestServiceServerBuilder bindTo(RestTemplate) Return a builder for a {@code MockRestServiceServer} that should be used to reply to the given {@code RestTemplate}.
MockRestServiceServerBuilder bindTo(RestGatewaySupport) Return a builder for a {@code MockRestServiceServer} that should be used to reply to the given {@code RestGatewaySupport}.
ResponseActions expect(ExpectedCount, RequestMatcher) An alternative to .expect(RequestMatcher) with an indication how many times the request is expected to be executed.