Uses of Class
org.hamcrest.core.SubstringMatcher
Packages that use SubstringMatcher
Package
Description
Fundamental matchers of objects and values, and composite matchers.
-
Uses of SubstringMatcher in org.hamcrest.core
Subclasses of SubstringMatcher in org.hamcrest.coreModifier and TypeClassDescriptionclass
Tests if the argument is a string that contains a specific substring.class
Tests if the argument is a string that ends with a specific substring.class
Tests if the argument is a string that starts with a specific substring.