Uses of Interface
org.xmlunit.placeholder.PlaceholderHandler
-
Packages that use PlaceholderHandler Package Description 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 PlaceholderHandler in org.xmlunit.placeholder
Classes in org.xmlunit.placeholder that implement PlaceholderHandler Modifier and Type Class Description class
IgnorePlaceholderHandler
Handler for the "ignore" placeholder keyword.class
IsNumberPlaceholderHandler
Handler for theisNumber
placeholder keyword.Fields in org.xmlunit.placeholder with type parameters of type PlaceholderHandler Modifier and Type Field Description private static java.util.Map<java.lang.String,PlaceholderHandler>
PlaceholderDifferenceEvaluator. KNOWN_HANDLERS
-