Package org.xmlunit.placeholder
Class MatchesRegexPlaceholderHandler
java.lang.Object
org.xmlunit.placeholder.MatchesRegexPlaceholderHandler
- All Implemented Interfaces:
PlaceholderHandler
Handler for the
matchesRegex() placeholder keyword.- Since:
- 2.7.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEvaluate the test value when control contained the placeholder handled by this class.The placeholder keyword this handler is responsible for.
-
Constructor Details
-
MatchesRegexPlaceholderHandler
public MatchesRegexPlaceholderHandler()
-
-
Method Details
-
getKeyword
Description copied from interface:PlaceholderHandlerThe placeholder keyword this handler is responsible for.- Specified by:
getKeywordin interfacePlaceholderHandler- Returns:
- placeholder keyword this handler is responsible for
-
evaluate
Description copied from interface:PlaceholderHandlerEvaluate the test value when control contained the placeholder handled by this class.- Specified by:
evaluatein interfacePlaceholderHandler- Parameters:
testText- the textual content of the element or attribute this placeholder has been added to.param- any arguments provided to the placeholder.- Returns:
- the comparison outcome
-