Uses of Class
org.hamcrest.collection.IsArray
-
Packages that use IsArray Package Description 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 Modifier and Type Method 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. -
Uses of IsArray in org.hamcrest.collection
Methods in org.hamcrest.collection that return IsArray Modifier and Type Method 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.
-