protected static class AbstractRequestExpectationManager.RequestExpectationGroup extends Object
Modifier | Constructor and Description |
---|---|
protected |
RequestExpectationGroup() |
Modifier and Type | Method and Description |
---|---|
RequestExpectation |
findExpectation(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(ClientHttpRequest request) throws IOException
IOException
public void reset()