Class | Description |
---|---|
IsBlankString |
Matches blank Strings (and null).
|
IsEmptyString |
Matches empty Strings (and null).
|
IsEqualIgnoringCase |
Tests if a string is equal to another string, regardless of the case.
|
IsEqualIgnoringWhiteSpace |
Tests if a string is equal to another string, ignoring any changes in whitespace.
|
MatchesPattern | |
StringContainsInOrder |
Matchers that perform text comparisons.