Package | Description |
---|---|
org.springframework.ws.test.support.matcher |
Provides the generic
WebServiceMessageMatcher
interface, and implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSoapMessageMatcher
Abstract base class for SOAP-specific
WebServiceMessageMatcher implementations. |
class |
DiffMatcher
Implementation of
WebServiceMessageMatcher based on XMLUnit's Diff . |
class |
PayloadDiffMatcher
Matches
Source payloads. |
class |
SchemaValidatingMatcher
Uses the
XmlValidator to validate request payload. |
class |
SoapEnvelopeDiffMatcher
Matches
Source SOAP envelopes. |
class |
SoapHeaderMatcher
Matches SOAP headers.
|
Modifier and Type | Method and Description |
---|---|
WebServiceMessageMatcher |
XPathExpectationsHelper.doesNotExist() |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(boolean expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(double expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(int expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.evaluatesTo(String expectedValue) |
WebServiceMessageMatcher |
XPathExpectationsHelper.exists() |
Copyright © 2020 Pivotal Software. All rights reserved.