Package org.xmlunit.diff
Interface ComparisonListener
-
public interface ComparisonListenerIs notified of comparisions and their results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomparisonPerformed(Comparison comparison, ComparisonResult outcome)Receives information about a comparison that has been performed and its outcome.
-
-
-
Method Detail
-
comparisonPerformed
void comparisonPerformed(Comparison comparison, ComparisonResult outcome)
Receives information about a comparison that has been performed and its outcome.- Parameters:
comparison- the comparisonoutcome- the result of the comparison
-
-