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