Package org.hamcrest.text

Matchers that perform text comparisons.

See:
          Description

Class Summary
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  
 

Package org.hamcrest.text Description

Matchers that perform text comparisons.