protected static class AbstractRequestExpectationManager.RequestExpectationGroup extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
RequestExpectationGroup() |
| Modifier and Type | Method and Description |
|---|---|
RequestExpectation |
findExpectation(org.springframework.http.client.ClientHttpRequest request) |
Set<RequestExpectation> |
getExpectations() |
void |
reset() |
void |
update(RequestExpectation expectation) |
void |
updateAll(Collection<RequestExpectation> expectations) |
public Set<RequestExpectation> getExpectations()
public void update(RequestExpectation expectation)
public void updateAll(Collection<RequestExpectation> expectations)
public RequestExpectation findExpectation(org.springframework.http.client.ClientHttpRequest request) throws IOException
IOExceptionpublic void reset()