Uses of Class
org.hamcrest.TypeSafeDiagnosingMatcher
-
Packages that use TypeSafeDiagnosingMatcher Package Description org.hamcrest The stable API defining Matcher and its associated interfaces and classes.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.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.class
SamePropertyValuesAs<T>
-
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
IsIterableWithSize<E>
-
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>
-
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.object Modifier and Type Class Description class
HasToString<T>
class
IsEventFrom
Tests if the value is an event announced by a specific object. -
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.
-