Package org.hamcrest.text

Matchers that perform text comparisons.

See:
          Description

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

Package org.hamcrest.text Description

Matchers that perform text comparisons.