| Package | Description |
|---|---|
| org.springframework.test.web.client |
Contains client-side REST testing support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestExpectation
Default implementation of
RequestExpectation that simply delegates
to the request matchers and the response creator it contains. |
| Modifier and Type | Method and Description |
|---|---|
RequestExpectation |
AbstractRequestExpectationManager.RequestExpectationGroup.findExpectation(org.springframework.http.client.ClientHttpRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RequestExpectation> |
AbstractRequestExpectationManager.getExpectations() |
Set<RequestExpectation> |
AbstractRequestExpectationManager.RequestExpectationGroup.getExpectations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRequestExpectationManager.RequestExpectationGroup.update(RequestExpectation expectation) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRequestExpectationManager.RequestExpectationGroup.updateAll(Collection<RequestExpectation> expectations) |