public class RequireCurrencyValidator extends ValidationMatcher
NumberParseMatcher.Flexible| Constructor and Description |
|---|
RequireCurrencyValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(ParsedNumber result)
Method called at the end of a parse, after all matchers have failed to consume any more chars.
|
String |
toString() |
match, smokeTestpublic void postProcess(ParsedNumber result)
NumberParseMatcherresult - The data structure to store results.