|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsArray | |
|---|---|
| org.hamcrest | |
| org.hamcrest.collection | Matchers of arrays and collections. |
| Uses of IsArray in org.hamcrest |
|---|
| Methods in org.hamcrest that return IsArray | ||
|---|---|---|
static
|
Matchers.array(org.hamcrest.Matcher<? super T>... elementMatchers)
Evaluates to true only if each matcher[i] is satisfied by array[i]. |
|
| Uses of IsArray in org.hamcrest.collection |
|---|
| Methods in org.hamcrest.collection that return IsArray | ||
|---|---|---|
static
|
IsArray.array(org.hamcrest.Matcher<? super T>... elementMatchers)
Evaluates to true only if each matcher[i] is satisfied by array[i]. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||