Package org.custommonkey.xmlunit
Class NewDifferenceEngine.CompareUnmatchedNodeMatcher
java.lang.Object
org.custommonkey.xmlunit.NewDifferenceEngine.CompareUnmatchedNodeMatcher
- All Implemented Interfaces:
NodeMatcher
- Enclosing class:
NewDifferenceEngine
private static class NewDifferenceEngine.CompareUnmatchedNodeMatcher
extends Object
implements NodeMatcher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nestedMatcher
-
-
Constructor Details
-
CompareUnmatchedNodeMatcher
-
-
Method Details
-
match
Description copied from interface:NodeMatcherMatches control and test nodes against each other, returns the matching pairs.Nodes passed in as attributes but not returned as member of any pair will cause
ComparisonType.CHILD_LOOKUPdifferences}.- Specified by:
matchin interfaceNodeMatcher- Parameters:
controlNodes- the control nodestestNodes- the test nodes- Returns:
- a Map.Entry containing the pair for each matched pair of nodes
-