| Class | Description |
|---|---|
| CollectionMatcher<C extends java.util.Collection<?>> | |
| IsCollectionWithSize<E> |
Matches if collection size satisfies a nested matcher.
|
| IsEmptyCollection<E> |
Tests if collection is empty.
|
| IsMapContainingKey<K> | |
| IsMapContainingValue<V> | |
| MapTypeSafeMatcher<M extends java.util.Map<?,?>> |