Uses of Class
org.hamcrest.TypeSafeMatcher
Packages that use TypeSafeMatcher | |
---|---|
org.hamcrest | The stable API defining Matcher and its associated interfaces and classes. |
org.hamcrest.core | Fundamental matchers of objects and values, and composite matchers. |
Uses of TypeSafeMatcher in org.hamcrest |
---|
Subclasses of TypeSafeMatcher in org.hamcrest | |
---|---|
class |
CustomTypeSafeMatcher<T> Utility class for writing one off matchers. |
Uses of TypeSafeMatcher in org.hamcrest.core |
---|
Subclasses of TypeSafeMatcher in org.hamcrest.core | |
---|---|
class |
StringContains Tests if the argument is a string that contains a substring. |
class |
StringEndsWith Tests if the argument is a string that contains a substring. |
class |
StringStartsWith Tests if the argument is a string that contains a substring. |
class |
SubstringMatcher |