Searched defs:allOf (Results 1 – 5 of 5) sorted by relevance
39 public static <T> Matcher<T> allOf(Matcher<? extends T>... matchers) { in allOf() method in AllOf47 public static <T> Matcher<T> allOf(Iterable<Matcher<? extends T>> matchers) { in allOf() method in AllOf
72 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? extends T>... matchers) { in allOf() method in CoreMatchers79 …public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? extends … in allOf() method in CoreMatchers
72 public static <T> org.hamcrest.Matcher<T> allOf(org.hamcrest.Matcher<? extends T>... matchers) { in allOf() method in Matchers79 …public static <T> org.hamcrest.Matcher<T> allOf(java.lang.Iterable<org.hamcrest.Matcher<? extends … in allOf() method in Matchers
169 public static MatchFinder allOf(final MatchFinder... finders) { in allOf() method in By
1418 const internal::VariadicOperatorMatcherFunc<2, UINT_MAX> allOf = { variable