Searched defs:AllOf (Results 1 - 2 of 2) sorted by relevance

/external/hamcrest/src/org/hamcrest/core/
H A DAllOf.java15 public class AllOf<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
18 public AllOf(Iterable<Matcher<? extends T>> matchers) { method in class:AllOf
48 return new AllOf<T>(matchers);
/external/owasp/sanitizer/lib/junit/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 181 milliseconds