public class SoapEnvelopeDiffMatcher extends AbstractSoapMessageMatcher
Source
SOAP envelopes.Constructor and Description |
---|
SoapEnvelopeDiffMatcher(Source expected) |
Modifier and Type | Method and Description |
---|---|
protected void |
match(SoapMessage soapMessage)
Abstract template method that gets invoked from
AbstractSoapMessageMatcher.match(WebServiceMessage) if the given message is a
SoapMessage . |
match
public SoapEnvelopeDiffMatcher(Source expected)
protected void match(SoapMessage soapMessage) throws IOException, AssertionError
AbstractSoapMessageMatcher
AbstractSoapMessageMatcher.match(WebServiceMessage)
if the given message is a
SoapMessage
.match
in class AbstractSoapMessageMatcher
soapMessage
- the soap messageIOException
- in case of I/O errorsAssertionError
- if expectations are not metCopyright © 2020 Pivotal Software. All rights reserved.