Uses of Interface
org.xmlunit.diff.ComparisonListener
-
Packages that use ComparisonListener Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core.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.org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core. -
-
Uses of ComparisonListener in org.custommonkey.xmlunit
Classes in org.custommonkey.xmlunit that implement ComparisonListener Modifier and Type Class Description private static classNewDifferenceEngine.IsBetweenDocumentNodeAndRootElementTests whether the DifferenceEngine is currently processing comparisons of "things" between the document node and the document's root element (comments or PIs, mostly) since these must be ignored for backwards compatibility reasons.static classNewDifferenceEngine.MatchTracker2ComparisonListener -
Uses of ComparisonListener in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 with parameters of type ComparisonListener Modifier and Type Method Description CompareAssertCompareAssert. withComparisonListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison.CompareAssertCompareAssert. withDifferenceListeners(ComparisonListener... comparisonListeners)Registers listeners that are notified of each comparison with outcome other thanComparisonResult.EQUAL. -
Uses of ComparisonListener in org.xmlunit.builder
Classes in org.xmlunit.builder that implement ComparisonListener Modifier and Type Class Description private static classDiffBuilder.CollectResultsListenerFields in org.xmlunit.builder with type parameters of type ComparisonListener Modifier and Type Field Description private java.util.List<ComparisonListener>DiffBuilder. comparisonListenersprivate java.util.List<ComparisonListener>DiffBuilder. differenceListenersMethods 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
Fields in org.xmlunit.diff with type parameters of type ComparisonListener Modifier and Type Field Description private java.util.List<ComparisonListener>ComparisonListenerSupport. compListenersprivate java.util.List<ComparisonListener>ComparisonListenerSupport. diffListenersprivate java.util.List<ComparisonListener>ComparisonListenerSupport. matchListenersMethods 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.Method parameters in org.xmlunit.diff with type arguments of type ComparisonListener Modifier and Type Method Description private static voidComparisonListenerSupport. fire(Comparison comparison, ComparisonResult outcome, java.util.List<ComparisonListener> listeners) -
Uses of ComparisonListener in org.xmlunit.matchers
Methods in org.xmlunit.matchers with parameters of type ComparisonListener Modifier and Type Method Description CompareMatcherCompareMatcher. withComparisonListeners(ComparisonListener... comparisonListeners)CompareMatcherCompareMatcher. withDifferenceListeners(ComparisonListener... comparisonListeners)
-