|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.test.support.matcher.DiffMatcher
public abstract class DiffMatcher
Implementation of WebServiceMessageMatcher based on XMLUnit's Diff.
| Constructor Summary | |
|---|---|
DiffMatcher()
|
|
| Method Summary | |
|---|---|
protected abstract org.custommonkey.xmlunit.Diff |
createDiff(org.springframework.ws.WebServiceMessage message)
Creates a Diff for the given message. |
void |
match(org.springframework.ws.WebServiceMessage message)
Matches the given message against the expectations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiffMatcher()
| Method Detail |
|---|
public final void match(org.springframework.ws.WebServiceMessage message)
throws java.io.IOException,
java.lang.AssertionError
WebServiceMessageMatcher
match in interface WebServiceMessageMatchermessage - the message
java.io.IOException - in case of I/O errors
java.lang.AssertionError - if expectations are not metprotected abstract org.custommonkey.xmlunit.Diff createDiff(org.springframework.ws.WebServiceMessage message)
Diff for the given message.
message - the message
java.lang.Exception - in case of errors
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||