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 classIgnorePlaceholderHandlerHandler for the "ignore" placeholder keyword.classIsDateTimePlaceholderHandlerHandler for theisDateTimeplaceholder keyword.classIsNumberPlaceholderHandlerHandler for theisNumberplaceholder keyword.classMatchesRegexPlaceholderHandlerHandler for thematchesRegex()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
-