Package org.xmlunit.diff
Interface ComparisonListener
public interface ComparisonListener
Is notified of comparisions and their results.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcomparisonPerformed(Comparison comparison, ComparisonResult outcome) Receives information about a comparison that has been performed and its outcome.
-
Method Details
-
comparisonPerformed
Receives information about a comparison that has been performed and its outcome.- Parameters:
comparison- the comparisonoutcome- the result of the comparison
-