| Package | Description |
|---|---|
| org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
| org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
| Modifier and Type | Method and Description |
|---|---|
DiffBuilder |
DiffBuilder.withComparisonListeners(ComparisonListener... comparisonListeners)
Registers listeners that are notified of each comparison.
|
D |
DifferenceEngineConfigurer.withComparisonListeners(ComparisonListener... comparisonListeners)
Registers listeners that are notified of each comparison.
|
DiffBuilder |
DiffBuilder.withDifferenceListeners(ComparisonListener... comparisonListeners)
Registers listeners that are notified of each comparison with
outcome other than
ComparisonResult.EQUAL. |
D |
DifferenceEngineConfigurer.withDifferenceListeners(ComparisonListener... comparisonListeners)
Registers listeners that are notified of each comparison with
outcome other than
ComparisonResult.EQUAL. |
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonListenerSupport.addComparisonListener(ComparisonListener l)
Registers a listener that is notified of each comparison.
|
void |
DifferenceEngine.addComparisonListener(ComparisonListener l)
Registers a listener that is notified of each comparison.
|
void |
AbstractDifferenceEngine.addComparisonListener(ComparisonListener l) |
void |
ComparisonListenerSupport.addDifferenceListener(ComparisonListener l)
Registers a listener that is notified of each comparison with
outcome other than
ComparisonResult.EQUAL. |
void |
DifferenceEngine.addDifferenceListener(ComparisonListener l)
Registers a listener that is notified of each comparison with
outcome other than
ComparisonResult.EQUAL. |
void |
AbstractDifferenceEngine.addDifferenceListener(ComparisonListener l) |
void |
ComparisonListenerSupport.addMatchListener(ComparisonListener l)
Registers a listener that is notified of each comparison with
outcome
ComparisonResult.EQUAL. |
void |
DifferenceEngine.addMatchListener(ComparisonListener l)
Registers a listener that is notified of each comparison with
outcome
ComparisonResult.EQUAL. |
void |
AbstractDifferenceEngine.addMatchListener(ComparisonListener l) |
Copyright © 2001–2025 XMLUnit. All rights reserved.