Package org.hamcrest.text
package org.hamcrest.text
Matchers that perform text comparisons.
-
ClassDescriptionA Matcher that checks the length of a string.Matches blank Strings (and null).Matches empty Strings (and null).Tests if a string is equal to another string, compressing any changes in whitespace.Tests if a string is equal to another string, regardless of the case.Tests if a string matches a regular expression.Tests if a string contains the given substrings in order.