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 TypeClassDescriptionclassUtility class for writing one off matchers. -
Uses of TypeSafeMatcher in org.hamcrest.beans
Subclasses of TypeSafeMatcher in org.hamcrest.beansModifier and TypeClassDescriptionclassHasProperty<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 TypeClassDescriptionclassclassMatches if an array contains an item satisfying a nested matcher.classIsArray<T>Matcher for array whose elements satisfy a sequence of matchers.classDeprecated.classDeprecated.As of release 2.1, replaced byArrayMatching.classTests if collection is empty.classTests if collection is empty.classIsMapContaining<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 TypeClassDescriptionclassTests if the argument is a string that contains a specific substring.classTests if the argument is a string that ends with a specific substring.classTests 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 TypeClassDescriptionclassclassIs the value a number equal to a value within some range of acceptable error?final classIs 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 classMatches blank Strings (and null).final classMatches empty Strings (and null).classTests if a string is equal to another string, compressing any changes in whitespace.classTests if a string is equal to another string, regardless of the case.classclass
ArrayMatching.