Uses of Interface
org.xmlunit.diff.ComparisonFormatter
-
Packages that use ComparisonFormatter Package Description 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. -
-
Uses of ComparisonFormatter in org.xmlunit.builder
Methods 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.Methods in org.xmlunit.diff with parameters of type ComparisonFormatter Modifier and Type Method Description StringDiff. fullDescription(ComparisonFormatter formatter)Returns a string representation of this diff using the givenComparisonFormattervoidDifference. setComparisonFormatter(ComparisonFormatter formatter)Sets the default formatter to use withDifference.toString(org.xmlunit.diff.ComparisonFormatter).StringComparison. toString(ComparisonFormatter formatter)Returns a string representation of this comparison using the givenComparisonFormatterStringDiff. toString(ComparisonFormatter formatter)Returns a string representation of first found difference in this diff using the givenComparisonFormatterStringDifference. 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(Source controlSource, Source testSource, ComparisonFormatter formatter, Iterable<Difference> differences)Encapsulates the compared sources and the differences found.
-