public static interface ContainsOnlyElementsThat.Arrays
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T[]> |
containsOnlyElementsThat(org.hamcrest.Matcher<T> matcher,
org.hamcrest.Matcher<T>... otherMatchers) |
@SafeVarargs @Nonnull static <T> org.hamcrest.Matcher<T[]> containsOnlyElementsThat(@Nonnull org.hamcrest.Matcher<T> matcher, @Nullable org.hamcrest.Matcher<T>... otherMatchers)
Copyright © 2017 echocat. All rights reserved.