org.aitools.programd.test.aiml
Class LengthChecker
java.lang.Object
org.aitools.programd.test.aiml.Checker
org.aitools.programd.test.aiml.LengthChecker
public class LengthChecker
- extends Checker
Tests whether a given input has an expected length.
- Author:
- Albertas Mickensas, Noel Bush
|
Constructor Summary |
LengthChecker(String length)
Creates a new LengthChecker with the given length. |
| Methods inherited from class org.aitools.programd.test.aiml.Checker |
create |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LengthChecker
public LengthChecker(String length)
- Creates a new LengthChecker with the given length.
- Parameters:
length - the length to check for
test
public boolean test(String input)
- Tests whether the given input has the expected length.
- Specified by:
test in class Checker
- Parameters:
input - the input to test
- Returns:
- whether the given input has the expected length
- See Also:
Checker.test(java.lang.String)
getContent
public String getContent()
- Specified by:
getContent in class Checker
- Returns:
- the textual content of the checker
- See Also:
Checker.getContent()
getTagName
public String getTagName()
- Specified by:
getTagName in class Checker
- Returns:
- the tag name that the checker uses
- See Also:
Checker.getTagName()