public interface RequestMatcher
| Modifier and Type | Method and Description |
|---|---|
void |
match(org.springframework.http.client.ClientHttpRequest request)
Match the given request against some expectations.
|
void match(org.springframework.http.client.ClientHttpRequest request)
throws java.io.IOException,
java.lang.AssertionError
request - the request to make assertions onjava.io.IOException - in case of I/O errorsjava.lang.AssertionError - if expectations are not met