|
Generated by JDiff |
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | |||||||
| 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). |
|
||||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | ||||||||