|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.custommonkey.xmlunit.Diff org.apache.wink.test.diff.DiffWithMultiLevelQualifier
public class DiffWithMultiLevelQualifier
Class that overrides XmlUnit Diff class. Order of elements is ignored.
Qualifier looks at the element's name, as well as the name of the first child
element and the text nested into that first child element. The nesting level
is 2. The qualifier is MultiLevelElementNameAndTextQualifier
with
argument "2".
Field Summary |
---|
Fields inherited from interface org.custommonkey.xmlunit.DifferenceListener |
---|
RETURN_ACCEPT_DIFFERENCE, RETURN_IGNORE_DIFFERENCE_NODES_IDENTICAL, RETURN_IGNORE_DIFFERENCE_NODES_SIMILAR |
Constructor Summary | |
---|---|
DiffWithMultiLevelQualifier(org.w3c.dom.Document controlDocument,
org.w3c.dom.Document testedDocument)
Constructor of XmlUnit Diff with MultiLevelElementNameAndTextQualifier(2) |
Method Summary |
---|
Methods inherited from class org.custommonkey.xmlunit.Diff |
---|
appendMessage, compare, differenceFound, haltComparison, identical, overrideDifferenceListener, overrideElementQualifier, similar, skippedComparison, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DiffWithMultiLevelQualifier(org.w3c.dom.Document controlDocument, org.w3c.dom.Document testedDocument)
controlDocument
- XML document that contains expected resultstestedDocument
- XML document which is being tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |