Uses of Interface
org.xmlunit.diff.ComparisonFormatter
-
Packages that use ComparisonFormatter Package Description org.xmlunit.assertj AssertJ assertions on top of XMLUnit's core.org.xmlunit.assertj.error Contains internal classes of XMLUnit's AssertJ support that are only public as an implementation detail.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 ComparisonFormatter in org.xmlunit.assertj
Fields in org.xmlunit.assertj declared as ComparisonFormatter Modifier and Type Field Description private ComparisonFormatterCompareAssert. formatterMethods in org.xmlunit.assertj with parameters of type ComparisonFormatter Modifier and Type Method Description CompareAssertCompareAssert. withComparisonFormatter(ComparisonFormatter formatter)Sets a non-default formatter for the differences found. -
Uses of ComparisonFormatter in org.xmlunit.assertj.error
Methods in org.xmlunit.assertj.error with parameters of type ComparisonFormatter Modifier and Type Method Description private static java.lang.StringShouldBeSimilar. createReasonPrefix(java.lang.String controlSystemId, java.lang.String testSystemId, java.lang.String type, Comparison difference, ComparisonFormatter formatter)static ShouldBeSimilarShouldBeSimilar. shouldBeIdentical(java.lang.String controlSystemId, java.lang.String testSystemId, Comparison comparison, ComparisonFormatter formatter, boolean formatXml)static ShouldBeSimilarShouldBeSimilar. shouldBeSimilar(java.lang.String controlSystemId, java.lang.String testSystemId, Comparison comparison, ComparisonFormatter formatter, boolean formatXml) -
Uses of ComparisonFormatter in org.xmlunit.builder
Fields in org.xmlunit.builder declared as ComparisonFormatter Modifier and Type Field Description private ComparisonFormatterDiffBuilder. formatterMethods in org.xmlunit.builder with parameters of type ComparisonFormatter Modifier and Type Method Description DiffBuilderDiffBuilder. withComparisonFormatter(ComparisonFormatter formatter)Sets a non-default formatter for the differences found.DDifferenceEngineConfigurer. withComparisonFormatter(ComparisonFormatter formatter)Sets a non-default formatter for the differences found. -
Uses of ComparisonFormatter in org.xmlunit.diff
Classes in org.xmlunit.diff that implement ComparisonFormatter Modifier and Type Class Description classDefaultComparisonFormatterFormatter methods for aComparisonObject.Fields in org.xmlunit.diff declared as ComparisonFormatter Modifier and Type Field Description private static ComparisonFormatterDiff. DEFAULT_FORMATTERprivate ComparisonFormatterDiff. formatterprivate ComparisonFormatterDifference. formatterMethods in org.xmlunit.diff with parameters of type ComparisonFormatter Modifier and Type Method Description voidDifference. setComparisonFormatter(ComparisonFormatter formatter)Sets the default formatter to use withDifference.toString(org.xmlunit.diff.ComparisonFormatter).java.lang.StringComparison. toString(ComparisonFormatter formatter)Returns a string representation of this comparison using the givenComparisonFormatterjava.lang.StringDiff. toString(ComparisonFormatter formatter)java.lang.StringDifference. toString(ComparisonFormatter formatter)Returns a string representation of this difference using the givenComparisonFormatterConstructors in org.xmlunit.diff with parameters of type ComparisonFormatter Constructor Description Diff(javax.xml.transform.Source controlSource, javax.xml.transform.Source testSource, ComparisonFormatter formatter, java.lang.Iterable<Difference> differences) -
Uses of ComparisonFormatter in org.xmlunit.matchers
Fields in org.xmlunit.matchers declared as ComparisonFormatter Modifier and Type Field Description private ComparisonFormatterCompareMatcher. comparisonFormatterprivate static ComparisonFormatterCompareMatcher. DEFAULT_FORMATTERMethods in org.xmlunit.matchers with parameters of type ComparisonFormatter Modifier and Type Method Description CompareMatcherCompareMatcher. withComparisonFormatter(ComparisonFormatter comparisonFormatter)Use a custom Formatter for the Error Messages.
-