public class IsDateTimePlaceholderHandler extends Object implements PlaceholderHandler
isDateTime placeholder keyword.| Constructor and Description |
|---|
IsDateTimePlaceholderHandler() |
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult |
evaluate(String testText,
String... args)
Evaluate the test value when control contained the placeholder
handled by this class.
|
String |
getKeyword()
The placeholder keyword this handler is responsible for.
|
public String getKeyword()
PlaceholderHandlergetKeyword in interface PlaceholderHandlerpublic ComparisonResult evaluate(String testText, String... args)
PlaceholderHandlerevaluate in interface PlaceholderHandlertestText - the textual content of the element or attribute
this placeholder has been added to.args - any arguments provided to the
placeholder.Copyright © 2001–2020 XMLUnit. All rights reserved.