Generated by
JDiff

Package org.springframework.test.web.client

Changed Classes and Interfaces
AbstractRequestExpectationManager Base class for {@code RequestExpectationManager} implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.
AbstractRequestExpectationManager.
RequestExpectationGroup
Helper class to manage a group of remaining expectations.
DefaultRequestExpectation Default implementation of {@code RequestExpectation} that simply delegates to the request matchers and the response creator it contains.
RequestExpectation An extension of {@code ResponseActions} that also implements {@code RequestMatcher} and {@code ResponseCreator}
SimpleRequestExpectationManager Simple {@code RequestExpectationManager} that matches requests to expectations sequentially, i.e.
UnorderedRequestExpectationManager {@code RequestExpectationManager} that matches requests to expectations regardless of the order of declaration of expected requests.