Uses of Class
org.hamcrest.FeatureMatcher
-
Packages that use FeatureMatcher Package Description org.hamcrest.collection Matchers of arrays and collections.org.hamcrest.object Matchers that inspect objects and classes.org.hamcrest.text Matchers that perform text comparisons. -
-
Uses of FeatureMatcher in org.hamcrest.collection
Subclasses of FeatureMatcher in org.hamcrest.collection Modifier and Type Class Description class
IsArrayWithSize<E>
Matches if array size satisfies a nested matcher.class
IsCollectionWithSize<E>
Matches if collection size satisfies a nested matcher.class
IsIterableWithSize<E>
class
IsMapWithSize<K,V>
Matches if map size satisfies a nested matcher. -
Uses of FeatureMatcher in org.hamcrest.object
Subclasses of FeatureMatcher in org.hamcrest.object Modifier and Type Class Description class
HasToString<T>
-
Uses of FeatureMatcher in org.hamcrest.text
Subclasses of FeatureMatcher in org.hamcrest.text Modifier and Type Class Description class
CharSequenceLength
-