| Package | Description |
|---|---|
| org.hamcrest |
The stable API defining Matcher and its associated interfaces and classes.
|
| org.hamcrest.collection |
Matchers of arrays and collections.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IsArray<T> |
Matchers.array(Matcher<? super T>... elementMatchers)
Creates a matcher that matches arrays whose elements are satisfied by the specified matchers.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IsArray<T> |
IsArray.array(Matcher<? super T>... elementMatchers)
Creates a matcher that matches arrays whose elements are satisfied by the specified matchers.
|