| 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)
Evaluates to true only if each matcher[i] is satisfied by array[i].
|
| Modifier and Type | Method and Description |
|---|---|
static <T> IsArray<T> |
IsArray.array(Matcher<? super T>... elementMatchers)
Evaluates to true only if each matcher[i] is satisfied by array[i].
|
Copyright © 2016. All rights reserved.