Class | Description |
---|---|
ArrayAsIterableMatcher<E> | |
ArrayMatching | |
HasItemInArray<T> |
Matches if an array contains an item satisfying a nested matcher.
|
IsArray<T> |
Matcher for array whose elements satisfy a sequence of matchers.
|
IsArrayContainingInAnyOrder<E> | Deprecated
As of release 2.1, replaced by
ArrayMatching . |
IsArrayContainingInOrder<E> | Deprecated
As of release 2.1, replaced by
ArrayMatching . |
IsArrayWithSize<E> |
Matches if array size satisfies a nested matcher.
|
IsCollectionWithSize<E> |
Matches if collection size satisfies a nested matcher.
|
IsEmptyCollection<E> |
Tests if collection is empty.
|
IsEmptyIterable<E> |
Tests if collection is empty.
|
IsIn<T> | |
IsIterableContainingInAnyOrder<T> | |
IsIterableContainingInOrder<E> | |
IsIterableContainingInRelativeOrder<E> | |
IsIterableWithSize<E> | |
IsMapContaining<K,V> | |
IsMapWithSize<K,V> |
Matches if map size satisfies a nested matcher.
|
Matchers of arrays and collections.