public interface ResponseMatcher
ResponseMatchers.| Modifier and Type | Method and Description |
|---|---|
void |
match(org.springframework.ws.WebServiceMessage request,
org.springframework.ws.WebServiceMessage response)
Matches the given response message against the expectations.
|
void match(org.springframework.ws.WebServiceMessage request,
org.springframework.ws.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