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 classFeatureMatcher<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 classHasPropertyWithValue<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 classIsArrayWithSize<E>Matches if array size satisfies a nested matcher.classIsCollectionWithSize<E>Matches if collection size satisfies a nested matcher.classIsIterableContainingInAnyOrder<T>classIsIterableContainingInOrder<E>classIsIterableContainingInRelativeOrder<E>classIsIterableWithSize<E>classIsMapWithSize<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. collectionMatcherprotected TypeSafeDiagnosingMatcher<java.lang.Iterable<? extends E>>ArrayAsIterableMatcher. iterableMatcherConstructors 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 classCombinableMatcher<T>classEvery<T>classIsCollectionContaining<T>Deprecated.As of release 2.1, replaced byIsIterableContaining.classIsIterableContaining<T>classStringRegularExpression -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.object Modifier and Type Class Description classHasEqualValues<T>classHasToString<T>classIsEventFromTests 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 classCharSequenceLength -
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.xml
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.xml Modifier and Type Class Description classHasXPathApplies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression.
-