Uses of Interface
org.springframework.test.web.client.RequestExpectationManager
Packages that use RequestExpectationManager Package Description org.springframework.test.web.client Contains client-side REST testing support.Uses of RequestExpectationManager in org.springframework.test.web.client
Classes in org.springframework.test.web.client that implement RequestExpectationManager Modifier and Type Class Description classAbstractRequestExpectationManagerBase class forRequestExpectationManagerimplementations responsible for storing expectations and actual requests, and checking for unsatisfied expectations at the end.classSimpleRequestExpectationManagerSimpleRequestExpectationManagerthat matches requests to expectations sequentially, i.e.classUnorderedRequestExpectationManagerRequestExpectationManagerthat matches requests to expectations regardless of the order of declaration of expected requests.Methods in org.springframework.test.web.client with parameters of type RequestExpectationManager Modifier and Type Method Description MockRestServiceServerMockRestServiceServer.MockRestServiceServerBuilder. build(RequestExpectationManager manager)An overloaded build alternative that accepts a customRequestExpectationManager.