Package | Description |
---|---|
org.springframework.test.web.client |
Contains client-side REST testing support.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestExpectationManager
Base class for
RequestExpectationManager implementations responsible
for storing expectations and actual requests, and checking for unsatisfied
expectations at the end. |
class |
SimpleRequestExpectationManager
Simple
RequestExpectationManager that matches requests to expectations
sequentially, i.e. |
class |
UnorderedRequestExpectationManager
RequestExpectationManager that matches requests to expectations
regardless of the order of declaration of expected requests. |
Modifier and Type | Method and Description |
---|---|
MockRestServiceServer |
MockRestServiceServer.MockRestServiceServerBuilder.build(RequestExpectationManager manager)
An overloaded build alternative that accepts a custom
RequestExpectationManager . |