Uses of Class
org.springframework.test.web.client.AbstractRequestExpectationManager
Packages that use AbstractRequestExpectationManager Package Description org.springframework.test.web.client Contains client-side REST testing support.Uses of AbstractRequestExpectationManager in org.springframework.test.web.client
Subclasses of AbstractRequestExpectationManager in org.springframework.test.web.client Modifier and Type Class Description classSimpleRequestExpectationManagerSimpleRequestExpectationManagerthat matches requests to expectations sequentially, i.e.classUnorderedRequestExpectationManagerRequestExpectationManagerthat matches requests to expectations regardless of the order of declaration of expected requests.