Home
last modified time | relevance | path

Searched defs:IsArrayWithSize (Results 1 – 1 of 1) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsArrayWithSize.java12 public class IsArrayWithSize<E> extends FeatureMatcher<E[], Integer> { class
13 public IsArrayWithSize(Matcher<? super Integer> sizeMatcher) { in IsArrayWithSize() method in IsArrayWithSize