public interface RequestMatcher
Modifier and Type | Method and Description |
---|---|
void |
match(URI uri,
WebServiceMessage request)
Matches the given request message against the expectations.
|
void match(URI uri, WebServiceMessage request) throws IOException, AssertionError
uri
- the uri connected torequest
- the request message to make assertions onIOException
- in case of I/O errorsAssertionError
- if expectations are not met