Uses of Class
org.hamcrest.TypeSafeMatcher
Packages that use TypeSafeMatcher
Package
Description
Matchers of Java Bean properties and their values.
Matchers of arrays and collections.
Fundamental matchers of objects and values, and composite matchers.
Matchers that perform numeric comparisons.
Matchers that inspect objects and classes.
Matchers that perform text comparisons.
-
Uses of TypeSafeMatcher in org.hamcrest
Subclasses of TypeSafeMatcher in org.hamcrestModifier and TypeClassDescriptionclass
Utility class for writing one off matchers. -
Uses of TypeSafeMatcher in org.hamcrest.beans
Subclasses of TypeSafeMatcher in org.hamcrest.beansModifier and TypeClassDescriptionclass
HasProperty<T>
A Matcher that checks that an object has a JavaBean property with the specified name. -
Uses of TypeSafeMatcher in org.hamcrest.collection
Subclasses of TypeSafeMatcher in org.hamcrest.collectionModifier and TypeClassDescriptionclass
class
Matches if an array contains an item satisfying a nested matcher.class
IsArray<T>
Matcher for array whose elements satisfy a sequence of matchers.class
Deprecated.class
Deprecated.As of release 2.1, replaced byArrayMatching
.class
Tests if collection is empty.class
Tests if collection is empty.class
IsMapContaining<K,
V> -
Uses of TypeSafeMatcher in org.hamcrest.comparator
Subclasses of TypeSafeMatcher in org.hamcrest.comparatorModifier and TypeClassDescriptionprivate static final class
-
Uses of TypeSafeMatcher in org.hamcrest.core
Subclasses of TypeSafeMatcher 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.class
-
Uses of TypeSafeMatcher in org.hamcrest.number
Subclasses of TypeSafeMatcher in org.hamcrest.numberModifier and TypeClassDescriptionclass
class
Is the value a number equal to a value within some range of acceptable error?final class
Is the value a number actually not a number (NaN)? -
Uses of TypeSafeMatcher in org.hamcrest.object
Subclasses of TypeSafeMatcher in org.hamcrest.object -
Uses of TypeSafeMatcher in org.hamcrest.text
Subclasses of TypeSafeMatcher in org.hamcrest.textModifier and TypeClassDescriptionfinal class
Matches blank Strings (and null).final class
Matches empty Strings (and null).class
Tests if a string is equal to another string, compressing any changes in whitespace.class
Tests if a string is equal to another string, regardless of the case.class
class
ArrayMatching
.