Uses of Interface
org.xmlunit.diff.ComparisonListener
-
Packages that use ComparisonListener Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.diff Contains XMLUnitDifferenceEnginethat is at the heart of all comparisons as well as supporting interfaces and implementations. -
-
Uses of ComparisonListener in org.xmlunit.builder
Methods in org.xmlunit.builder with parameters of type ComparisonListener Modifier and Type Method Description DiffBuilderDiffBuilder. withComparisonListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison.DDifferenceEngineConfigurer. withComparisonListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison.DiffBuilderDiffBuilder. withDifferenceListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison with outcome other thanComparisonResult.EQUAL.DDifferenceEngineConfigurer. withDifferenceListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison with outcome other thanComparisonResult.EQUAL. -
Uses of ComparisonListener in org.xmlunit.diff
Methods in org.xmlunit.diff with parameters of type ComparisonListener Modifier and Type Method Description voidAbstractDifferenceEngine. addComparisonListener(ComparisonListener l)voidComparisonListenerSupport. addComparisonListener(ComparisonListener l)Registers a listener that is notified of each comparison.voidDifferenceEngine. addComparisonListener(ComparisonListener l)Registers a listener that is notified of each comparison.voidAbstractDifferenceEngine. addDifferenceListener(ComparisonListener l)voidComparisonListenerSupport. addDifferenceListener(ComparisonListener l)Registers a listener that is notified of each comparison with outcome other thanComparisonResult.EQUAL.voidDifferenceEngine. addDifferenceListener(ComparisonListener l)Registers a listener that is notified of each comparison with outcome other thanComparisonResult.EQUAL.voidAbstractDifferenceEngine. addMatchListener(ComparisonListener l)voidComparisonListenerSupport. addMatchListener(ComparisonListener l)Registers a listener that is notified of each comparison with outcomeComparisonResult.EQUAL.voidDifferenceEngine. addMatchListener(ComparisonListener l)Registers a listener that is notified of each comparison with outcomeComparisonResult.EQUAL.
-