public interface TextMatcher
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns the description of the type of value this matcher supports.
|
String |
formattedValues()
Returns the values in this matcher, formatted as a
String. |
boolean |
isMatching(String text)
Indicates whether the given text matches some value(s).
|
boolean isMatching(String text)
text - the text to verify.true if the given text matches some value(s), false otherwise.String description()
String formattedValues()
String.String.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.