Uses of Class
org.springframework.test.web.client.AbstractRequestExpectationManager
Packages that use AbstractRequestExpectationManager
-
Uses of AbstractRequestExpectationManager in org.springframework.test.web.client
Subclasses of AbstractRequestExpectationManager in org.springframework.test.web.clientModifier and TypeClassDescriptionclass
SimpleRequestExpectationManager
that matches requests to expectations sequentially, i.e.class
RequestExpectationManager
that matches requests to expectations regardless of the order of declaration of expected requests.