|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
|---|---|
| AbstractStringCondition | An abstract condition that can be applied on objects of type String. |
| ContainsSubstringStringCondition | An AbstractStringCondition implementation that checks whether the given strings contain a specific
sub-string. |
| EmailStringCondition | An AbstractStringCondition implementation that checks whether
the checked strings represent a valid email address. |
| EqualsIgnoreCaseStringCondition | An AbstractStringCondition implementation that checks whether the checked strings equal a specific string
while ignoring the letter casing. |
| IsEmptyStringCondition | An AbstractStringCondition implementation that checks whether the checked text is an empty text. |
| LengthRangeStringCondition | An AbstractStringCondition implementation that checks that a given string is
within a specific length range. |
| MaxLengthStringCondition | An AbstractStringCondition implementation that checks whether the checked strings are not longer then
a specific length. |
| MinLengthStringCondition | An AbstractStringCondition implementation that checks whether the checked strings are not shorter than
a specific minimum length. |
| RegExpStringCondition | An AbstractStringCondition implementation that checks whether the checked strings match a specific regular
expression. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||