Searched defs:elementMatchers (Results 1 – 4 of 4) sorted by relevance
14 private final Matcher<? super T>[] elementMatchers; field in IsArray16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray()93 public static <T> IsArray<T> array(Matcher<? super T>... elementMatchers) { in array()
81 private final ImmutableList<Predicate<CldrPath>> elementMatchers; field in PathMatcher84 private PathMatcher(PathMatcher parent, List<Predicate<CldrPath>> elementMatchers) { in PathMatcher()
50 public static <T> Matcher<Iterable<T>> hasItems(Matcher<? super T>... elementMatchers) { in hasItems()
558 … <T> org.hamcrest.collection.IsArray<T> array(org.hamcrest.Matcher<? super T>... elementMatchers) { in array()