Uses of Interface
org.xmlunit.diff.ComparisonListener
Packages that use ComparisonListener
Package
Description
Provides fluent builders for core parts of XMLUnit.
Contains XMLUnit
DifferenceEngine that 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 ComparisonListenerModifier and TypeMethodDescriptionDiffBuilder.withComparisonListeners(ComparisonListener... comparisonListeners) Registers listeners that are notified of each comparison.DifferenceEngineConfigurer.withComparisonListeners(ComparisonListener... comparisonListeners) Registers listeners that are notified of each comparison.DiffBuilder.withDifferenceListeners(ComparisonListener... comparisonListeners) Registers listeners that are notified of each comparison with outcome other thanComparisonResult.EQUAL.DifferenceEngineConfigurer.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 ComparisonListenerModifier and TypeMethodDescriptionvoidAbstractDifferenceEngine.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.