Package org.custommonkey.xmlunit
Interface MatchTracker
public interface MatchTracker
Listener for callbacks from a
DifferenceEngine comparison that is notified on each and every
comparision that resulted in a match.-
Method Summary
Modifier and TypeMethodDescriptionvoidmatchFound(Difference match) Receive notification that 2 match.
-
Method Details
-
matchFound
Receive notification that 2 match.- Parameters:
match- a Difference instance as defined inDifferenceConstantsdescribing the test that matched and containing the detail of the nodes that have been compared
-