Generated by
JDiff

Class org.springframework.test.web.client.SimpleRequestExpectationManager

Added Methods
RequestExpectation matchRequest(ClientHttpRequest)  
 

Changed Methods
ClientHttpResponse validateRequestInternal(ClientHttpRequest) Method was locally defined, but is now inherited from AbstractRequestExpectationManager. Now deprecated.
Change of visibility from public to protected.
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).