Uses of Interface
org.xmlunit.diff.ElementSelectors.ConditionalSelectorBuilder
Packages that use ElementSelectors.ConditionalSelectorBuilder
Package
Description
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations.-
Uses of ElementSelectors.ConditionalSelectorBuilder in org.xmlunit.diff
Methods in org.xmlunit.diff that return ElementSelectors.ConditionalSelectorBuilderModifier and TypeMethodDescriptionElementSelectors.conditionalBuilder()Allows to build complexElementSelectors by combining simpler blocks.ElementSelectors.ConditionalSelectorBuilder.elseUse(ElementSelector es) Assigns a default ElementSelector that is used if allwhens have returned false.ElementSelectors.ConditionalSelectorBuilderThen.thenUse(ElementSelector es) Specifies the ElementSelector to use when the condition holds true.