DiffMatcher
.public abstract class DiffMatcher extends Object implements WebServiceMessageMatcher
WebServiceMessageMatcher
based on XMLUnit's Diff
.Constructor and Description |
---|
DiffMatcher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract org.custommonkey.xmlunit.Diff |
createDiff(WebServiceMessage message)
Deprecated.
Creates a
Diff for the given message. |
void |
match(WebServiceMessage message)
Deprecated.
Matches the given message against the expectations.
|
public final void match(WebServiceMessage message) throws AssertionError
WebServiceMessageMatcher
match
in interface WebServiceMessageMatcher
message
- the messageAssertionError
- if expectations are not metprotected abstract org.custommonkey.xmlunit.Diff createDiff(WebServiceMessage message)
Diff
for the given message.message
- the messageException
- in case of errorsCopyright © 2023 VMware, Inc.. All rights reserved.