Searched defs:arrayWithSize (Results 1 – 2 of 2) sorted by relevance
31 public static <E> Matcher<E[]> arrayWithSize(Matcher<? super Integer> sizeMatcher) { in arrayWithSize() method in IsArrayWithSize44 public static <E> Matcher<E[]> arrayWithSize(int size) { in arrayWithSize() method in IsArrayWithSize
711 …public static <E> org.hamcrest.Matcher<E[]> arrayWithSize(org.hamcrest.Matcher<? super java.lang.I… in arrayWithSize() method in Matchers724 public static <E> org.hamcrest.Matcher<E[]> arrayWithSize(int size) { in arrayWithSize() method in Matchers