Searched defs:CombinableMatcher (Results 1 - 3 of 3) sorted by relevance

/external/junit/src/org/junit/internal/matchers/
H A DCombinableMatcher.java9 public class CombinableMatcher<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
13 public CombinableMatcher(Matcher<? extends T> matcher) { method in class:CombinableMatcher
26 public CombinableMatcher<T> and(Matcher<? extends T> matcher) {
27 return new CombinableMatcher<T>(allOf(matcher, fMatcher));
31 public CombinableMatcher<T> or(Matcher<? extends T> matcher) {
32 return new CombinableMatcher<T>(anyOf(matcher, fMatcher));
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 168 milliseconds