Uses of Class
org.hamcrest.TypeSafeDiagnosingMatcher
-
Packages that use TypeSafeDiagnosingMatcher Package Description org.hamcrest org.hamcrest.beans Matchers of Java Bean properties and their values.org.hamcrest.collection Matchers of arrays and collections.org.hamcrest.core Fundamental matchers of objects and values, and composite matchers.org.hamcrest.object Matchers that inspect objects and classes.org.hamcrest.text Matchers that perform text comparisons.org.hamcrest.xml Matchers of XML documents. -
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest Modifier and Type Class Description class
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.beans Modifier and Type Class Description class
HasPropertyWithValue<T>
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.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
IsIterableContainingInAnyOrder<T>
class
IsIterableContainingInOrder<E>
class
IsIterableContainingInRelativeOrder<E>
class
IsIterableWithSize<E>
class
IsMapWithSize<K,V>
Matches if map size satisfies a nested matcher.Fields in org.hamcrest.collection declared as TypeSafeDiagnosingMatcher Modifier and Type Field Description private TypeSafeDiagnosingMatcher<java.lang.Iterable<? super T>>
HasItemInArray. collectionMatcher
protected TypeSafeDiagnosingMatcher<java.lang.Iterable<? extends E>>
ArrayAsIterableMatcher. iterableMatcher
Constructors in org.hamcrest.collection with parameters of type TypeSafeDiagnosingMatcher Constructor Description ArrayAsIterableMatcher(TypeSafeDiagnosingMatcher<java.lang.Iterable<? extends E>> iterableMatcher, java.util.Collection<Matcher<? super E>> matchers, java.lang.String message)
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.core
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.core Modifier and Type Class Description class
CombinableMatcher<T>
class
Every<T>
class
IsCollectionContaining<T>
Deprecated.As of release 2.1, replaced byIsIterableContaining
.class
IsIterableContaining<T>
class
StringRegularExpression
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.object Modifier and Type Class Description class
HasEqualValues<T>
class
HasToString<T>
class
IsEventFrom
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 Modifier and Type Class Description class
CharSequenceLength
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.xml
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.xml Modifier and Type Class Description class
HasXPath
Applies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
-