HomeSort by relevance Sort by last modified time
    Searched refs:IsArrayContaining (Results 1 - 3 of 3) sorted by null

  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
IsArrayContaining.java 14 public class IsArrayContaining<T> extends TypeSafeMatcher<T[]> {
17 public IsArrayContaining(Matcher<? super T> elementMatcher) {
54 return new IsArrayContaining<T>(elementMatcher);
69 return IsArrayContaining.<T>hasItemInArray(matcher);
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsArrayContainingTest.java 6 import static org.hamcrest.collection.IsArrayContaining.hasItemInArray;
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java 573 return org.hamcrest.collection.IsArrayContaining.<T>hasItemInArray(elementMatcher);
587 return org.hamcrest.collection.IsArrayContaining.<T>hasItemInArray(element);
    [all...]

Completed in 350 milliseconds