Home
last modified time | relevance | path

Searched defs:TypeSafeDiagnosingMatcher (Results 1 – 1 of 1) sorted by relevance

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DTypeSafeDiagnosingMatcher.java17 public abstract class TypeSafeDiagnosingMatcher<T> extends BaseMatcher<T> { class
32 protected TypeSafeDiagnosingMatcher(Class<?> expectedType) { in TypeSafeDiagnosingMatcher() method in TypeSafeDiagnosingMatcher
41 protected TypeSafeDiagnosingMatcher(ReflectiveTypeFinder typeFinder) { in TypeSafeDiagnosingMatcher() method in TypeSafeDiagnosingMatcher
48 protected TypeSafeDiagnosingMatcher() { in TypeSafeDiagnosingMatcher() method in TypeSafeDiagnosingMatcher