Uses of Interface
org.xmlunit.diff.ComparisonFormatter
Package
Description
AssertJ assertions on top of XMLUnit's core.
Contains internal classes of XMLUnit's AssertJ support that are
only public as an implementation detail.
AssertJ 3.x assertions on top of XMLUnit's core.
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.Hamcrest matchers on top of XMLUnit's core.
-
Uses of ComparisonFormatter in org.xmlunit.assertj
Modifier and TypeMethodDescriptionCompareAssert.withComparisonFormatter
(ComparisonFormatter formatter) Sets a non-default formatter for the differences found. -
Uses of ComparisonFormatter in org.xmlunit.assertj.error
Modifier and TypeMethodDescriptionstatic ShouldBeSimilar
ShouldBeSimilar.shouldBeIdentical
(String controlSystemId, String testSystemId, Comparison comparison, ComparisonFormatter formatter, boolean formatXml) static ShouldBeSimilar
ShouldBeSimilar.shouldBeSimilar
(String controlSystemId, String testSystemId, Comparison comparison, ComparisonFormatter formatter, boolean formatXml) -
Uses of ComparisonFormatter in org.xmlunit.assertj3
Modifier and TypeMethodDescriptionCompareAssert.withComparisonFormatter
(ComparisonFormatter formatter) Sets a non-default formatter for the differences found. -
Uses of ComparisonFormatter in org.xmlunit.builder
Modifier and TypeMethodDescriptionDiffBuilder.withComparisonFormatter
(ComparisonFormatter formatter) Sets a non-default formatter for the differences found.DifferenceEngineConfigurer.withComparisonFormatter
(ComparisonFormatter formatter) Sets a non-default formatter for the differences found. -
Uses of ComparisonFormatter in org.xmlunit.diff
Modifier and TypeMethodDescriptionDiff.fullDescription
(ComparisonFormatter formatter) Returns a string representation of this diff using the givenComparisonFormatter
void
Difference.setComparisonFormatter
(ComparisonFormatter formatter) Sets the default formatter to use withDifference.toString(org.xmlunit.diff.ComparisonFormatter)
.Comparison.toString
(ComparisonFormatter formatter) Returns a string representation of this comparison using the givenComparisonFormatter
Diff.toString
(ComparisonFormatter formatter) Returns a string representation of first found difference in this diff using the givenComparisonFormatter
Difference.toString
(ComparisonFormatter formatter) Returns a string representation of this difference using the givenComparisonFormatter
ModifierConstructorDescriptionDiff
(Source controlSource, Source testSource, ComparisonFormatter formatter, Iterable<Difference> differences) Encapsulates the compared sources and the differences found. -
Uses of ComparisonFormatter in org.xmlunit.matchers
Modifier and TypeMethodDescriptionCompareMatcher.withComparisonFormatter
(ComparisonFormatter comparisonFormatter) Use a custom Formatter for the Error Messages.