|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsArray | |
---|---|
org.hamcrest | The stable API defining Matcher and its associated interfaces and classes. |
org.hamcrest.collection | Matchers of arrays and collections. |
Uses of IsArray in org.hamcrest |
---|
Methods in org.hamcrest that return IsArray | ||
---|---|---|
static
|
Matchers.array(Matcher<? super T>... elementMatchers)
Creates a matcher that matches arrays whose elements are satisfied by the specified matchers. |
Uses of IsArray in org.hamcrest.collection |
---|
Methods in org.hamcrest.collection that return IsArray | ||
---|---|---|
static
|
IsArray.array(Matcher<? super T>... elementMatchers)
Creates a matcher that matches arrays whose elements are satisfied by the specified matchers. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |