public interface RequestMatcher
| Modifier and Type | Method and Description |
|---|---|
void |
match(org.springframework.http.client.ClientHttpRequest request)
Matches the given request message against the expectations.
|
void match(org.springframework.http.client.ClientHttpRequest request)
throws IOException,
AssertionError
request - the request to make assertions onIOException - in case of I/O errorsAssertionError - if expectations are not metCopyright © 2016. All rights reserved.