Package | Description |
---|---|
org.xmlunit.diff |
Contains XMLUnit
DifferenceEngine that is
at the heart of all comparisons as well as supporting interfaces
and implementations. |
Modifier and Type | Method and Description |
---|---|
static ElementSelectors.ConditionalSelectorBuilder |
ElementSelectors.conditionalBuilder()
Allows to build complex
ElementSelector s by combining simpler blocks. |
ElementSelectors.ConditionalSelectorBuilder |
ElementSelectors.ConditionalSelectorBuilder.elseUse(ElementSelector es)
Assigns a default ElementSelector that is used if all
when s have returned false. |
ElementSelectors.ConditionalSelectorBuilder |
ElementSelectors.ConditionalSelectorBuilderThen.thenUse(ElementSelector es)
Specifies the ElementSelector to use when the condition holds true.
|
Copyright © 2001–2017 XMLUnit. All rights reserved.