HomeSort by relevance Sort by last modified time
    Searched defs:AllOf (Results 1 - 2 of 2) sorted by null

  /external/hamcrest/src/org/hamcrest/core/
AllOf.java 15 public class AllOf<T> extends BaseMatcher<T> {
18 public AllOf(Iterable<Matcher<? extends T>> matchers) {
39 public static <T> Matcher<T> allOf(Matcher<? extends T>... matchers) {
40 return allOf(Arrays.asList(matchers));
47 public static <T> Matcher<T> allOf(Iterable<Matcher<? extends T>> matchers) {
48 return new AllOf<T>(matchers);
  /external/owasp/sanitizer/lib/junit/
junit.jar 

Completed in 709 milliseconds