Uses of Interface
org.xmlunit.builder.DifferenceEngineConfigurer
-
Packages that use DifferenceEngineConfigurer Package Description org.xmlunit.assertj AssertJ assertions on top of XMLUnit's core.org.xmlunit.builder Provides fluent builders for core parts of XMLUnit.org.xmlunit.matchers Hamcrest matchers on top of XMLUnit's core.org.xmlunit.placeholder This package contains experimental support for configuring parts of the test engine by using${xmlunit.KEYWORD}
sequences inside the control document. -
-
Uses of DifferenceEngineConfigurer in org.xmlunit.assertj
Classes in org.xmlunit.assertj that implement DifferenceEngineConfigurer Modifier and Type Class Description class
CompareAssert
Assertion methods for XMLs comparision. -
Uses of DifferenceEngineConfigurer in org.xmlunit.builder
Classes in org.xmlunit.builder with type parameters of type DifferenceEngineConfigurer Modifier and Type Interface Description interface
DifferenceEngineConfigurer<D extends DifferenceEngineConfigurer<D>>
Subset of the configuration options available for aDifferenceEngine
.Classes in org.xmlunit.builder that implement DifferenceEngineConfigurer Modifier and Type Class Description class
DiffBuilder
DiffBuilder to create aDiff
instance. -
Uses of DifferenceEngineConfigurer in org.xmlunit.matchers
Classes in org.xmlunit.matchers that implement DifferenceEngineConfigurer Modifier and Type Class Description class
CompareMatcher
This HamcrestMatcher
compares two XML sources with each others. -
Uses of DifferenceEngineConfigurer in org.xmlunit.placeholder
Methods in org.xmlunit.placeholder with type parameters of type DifferenceEngineConfigurer Modifier and Type Method Description static <D extends DifferenceEngineConfigurer<D>>
DPlaceholderSupport. withPlaceholderSupport(D configurer)
Adds placeholder support to aDifferenceEngineConfigurer
.static <D extends DifferenceEngineConfigurer<D>>
DPlaceholderSupport. withPlaceholderSupportChainedAfter(D configurer, DifferenceEvaluator evaluator)
Adds placeholder support to aDifferenceEngineConfigurer
considering an additionalDifferenceEvaluator
.static <D extends DifferenceEngineConfigurer<D>>
DPlaceholderSupport. withPlaceholderSupportUsingDelimiters(D configurer, java.lang.String placeholderOpeningDelimiterRegex, java.lang.String placeholderClosingDelimiterRegex)
Adds placeholder support to aDifferenceEngineConfigurer
.static <D extends DifferenceEngineConfigurer<D>>
DPlaceholderSupport. withPlaceholderSupportUsingDelimitersChainedAfter(D configurer, java.lang.String placeholderOpeningDelimiterRegex, java.lang.String placeholderClosingDelimiterRegex, DifferenceEvaluator evaluator)
Adds placeholder support to aDifferenceEngineConfigurer
considering an additionalDifferenceEvaluator
.
-