Generated by
JDiff

Class org.springframework.test.web.client.AbstractRequestExpectationManager

Added Methods
RequestExpectation matchRequest(ClientHttpRequest) As of 5.0.3 subclasses should implement this method instead of .validateRequestInternal(ClientHttpRequest) in order to match the request to an expectation, leaving the call to create the response as a separate step (to be invoked by this class).
 

Changed Methods
ClientHttpResponse validateRequestInternal(ClientHttpRequest) Changed from abstract to non-abstract. Now deprecated.
as of 5.0.3, subclasses should implement {@link #matchRequest(ClientHttpRequest)} instead and return only the matched expectation, leaving the call to create the response as a separate step (to be invoked by this class).