|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeSafeDiagnosingMatcher | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
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 | |
---|---|
class |
CombinableMatcher<T>
|
class |
Every<T>
|
class |
IsCollectionContaining<T>
|
Uses of TypeSafeDiagnosingMatcher in org.hamcrest.object |
---|
Subclasses of TypeSafeDiagnosingMatcher in org.hamcrest.object | |
---|---|
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 | |
---|---|
class |
HasXPath
Applies a Matcher to a given XML Node in an existing XML Node tree, specified by an XPath expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |