| Class | Description |
|---|---|
| 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.
|
| StringContains |
Tests if the argument is a string that contains a substring.
|
| StringEndsWith |
Tests if the argument is a string that contains a substring.
|
| StringStartsWith |
Tests if the argument is a string that contains a substring.
|
| SubstringMatcher | |
| X |
Matchers that perform text comparisons.