Searched defs:IsArrayWithSize (Results 1 – 1 of 1) sorted by relevance
12 public class IsArrayWithSize<E> extends FeatureMatcher<E[], Integer> { class13 public IsArrayWithSize(Matcher<? super Integer> sizeMatcher) { in IsArrayWithSize() method in IsArrayWithSize