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