Uses of Interface
org.springframework.test.web.client.RequestExpectationManager
Packages that use RequestExpectationManager
-
Uses of RequestExpectationManager in org.springframework.test.web.client
Classes in org.springframework.test.web.client that implement RequestExpectationManagerModifier and TypeClassDescriptionclass
Base class forRequestExpectationManager
implementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.class
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.Methods in org.springframework.test.web.client with parameters of type RequestExpectationManagerModifier and TypeMethodDescriptionMockRestServiceServer.MockRestServiceServerBuilder.build
(RequestExpectationManager manager) An overloaded build alternative that accepts a customRequestExpectationManager
.