Uses of Interface
org.springframework.test.web.client.RequestExpectationManager
-
Uses of RequestExpectationManager in org.springframework.test.web.client
Modifier 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.Modifier and TypeMethodDescriptionMockRestServiceServer.MockRestServiceServerBuilder.build
(RequestExpectationManager manager) An overloaded build alternative that accepts a customRequestExpectationManager
.