Package | Description |
---|---|
org.hamcrest | |
org.hamcrest.collection |
Matchers of arrays and collections.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.