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
Classes in org.xmlunit.diff that implement ElementSelectors.ConditionalSelectorBuilderMethods in org.xmlunit.diff that return ElementSelectors.ConditionalSelectorBuilderModifier and TypeMethodDescriptionElementSelectors.conditionalBuilder()Allows to build complexElementSelectors by combining simpler blocks.DefaultConditionalSelectorBuilder.elseUse(ElementSelector es) ElementSelectors.ConditionalSelectorBuilder.elseUse(ElementSelector es) Assigns a default ElementSelector that is used if allwhens have returned false.DefaultConditionalSelectorBuilder.thenUse(ElementSelector es) ElementSelectors.ConditionalSelectorBuilderThen.thenUse(ElementSelector es) Specifies the ElementSelector to use when the condition holds true.