Uses of Class
org.hamcrest.collection.IsArray

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
<T> IsArray<T>
Matchers.array(org.hamcrest.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
<T> IsArray<T>
IsArray.array(org.hamcrest.Matcher<? super T>... elementMatchers)
          Creates a matcher that matches arrays whose elements are satisfied by the specified matchers.