Searched defs:TypeSafeMatcher (Results 1 - 4 of 4) sorted by relevance

/external/hamcrest/library/src/org/hamcrest/
H A DTypeSafeMatcher.java11 public abstract class TypeSafeMatcher<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
21 protected TypeSafeMatcher() { method in class:TypeSafeMatcher
43 protected TypeSafeMatcher(Class<T> expectedType) { method in class:TypeSafeMatcher
49 * If you need to override this, there's no point on extending TypeSafeMatcher.
/external/junit/src/org/junit/internal/matchers/
H A DTypeSafeMatcher.java13 public abstract class TypeSafeMatcher<T> extends BaseMatcher<T> { class in inherits:BaseMatcher
23 protected TypeSafeMatcher() { method in class:TypeSafeMatcher
45 protected TypeSafeMatcher(Class<T> expectedType) { method in class:TypeSafeMatcher
51 * If you need to override this, there's no point on extending TypeSafeMatcher.
/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 604 milliseconds