Uses of Class
org.hamcrest.TypeSafeDiagnosingMatcher
Packages that use TypeSafeDiagnosingMatcher
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 inspect objects and classes.
Matchers that perform text comparisons.
Matchers of XML documents.
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrestModifier and TypeClassDescriptionclassFeatureMatcher<T,U> Supporting class for matching a feature of an object. -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.beans
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.beansModifier and TypeClassDescriptionclassMatcher that asserts that a JavaBean property on an argument passed to the mock object meets the provided matcher. -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.collection
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.collectionModifier and TypeClassDescriptionclassMatches if array size satisfies a nested matcher.classMatches if collection size satisfies a nested matcher.classclassclassclassfinal classIsMapWithSize<K,V> Matches if map size satisfies a nested matcher.Fields in org.hamcrest.collection declared as TypeSafeDiagnosingMatcherModifier and TypeFieldDescriptionprivate final TypeSafeDiagnosingMatcher<Iterable<? super T>> HasItemInArray.collectionMatcherprotected final TypeSafeDiagnosingMatcher<Iterable<? extends E>> ArrayAsIterableMatcher.iterableMatcherConstructors in org.hamcrest.collection with parameters of type TypeSafeDiagnosingMatcherModifierConstructorDescriptionArrayAsIterableMatcher(TypeSafeDiagnosingMatcher<Iterable<? extends E>> iterableMatcher, Collection<Matcher<? super E>> matchers, String message) -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.core
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.coreModifier and TypeClassDescriptionclassTODO: Finish Class Level Documentation.classEvery<T>classDeprecated.classclass -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.objectModifier and TypeClassDescriptionclassclassHasToString<T>classTests if the value is an event announced by a specific object. -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.text
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.text -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.xml
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.xmlModifier and TypeClassDescriptionclassApplies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
IsIterableContaining.