Package org.custommonkey.xmlunit
Interface MatchTracker
-
public interface MatchTrackerListener for callbacks from aDifferenceEngine comparisonthat is notified on each and every comparision that resulted in a match.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmatchFound(Difference match)Receive notification that 2 match.
-
-
-
Method Detail
-
matchFound
void matchFound(Difference match)
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
-
-