Package org.xmlunit.diff
Interface ElementSelectors.ConditionalSelectorBuilderThen
- Enclosing class:
- ElementSelectors
public static interface ElementSelectors.ConditionalSelectorBuilderThen
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the ElementSelector to use when the condition holds true.
-
Method Details
-
thenUse
Specifies the ElementSelector to use when the condition holds true.- Parameters:
es
- the ElementSelector to use- Returns:
- the original builder
-