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 TypeClassDescriptionclass
FeatureMatcher<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 TypeClassDescriptionclass
Matcher 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 TypeClassDescriptionclass
Matches if array size satisfies a nested matcher.class
Matches if collection size satisfies a nested matcher.class
class
class
class
final class
IsMapWithSize<K,
V> Matches if map size satisfies a nested matcher.Fields in org.hamcrest.collection declared as TypeSafeDiagnosingMatcherModifier and TypeFieldDescriptionprotected final TypeSafeDiagnosingMatcher<Iterable<? extends E>>
ArrayAsIterableMatcher.iterableMatcher
Constructors 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.core -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.objectModifier and TypeClassDescriptionclass
class
HasToString<T>
class
Tests 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 TypeClassDescriptionclass
Applies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
IsIterableContaining
.