| Package | Description |
|---|---|
| org.hamcrest |
| Modifier and Type | Field and Description |
|---|---|
private static ReflectiveTypeFinder |
TypeSafeMatcher.TYPE_FINDER |
private static ReflectiveTypeFinder |
TypeSafeDiagnosingMatcher.TYPE_FINDER |
private static ReflectiveTypeFinder |
FeatureMatcher.TYPE_FINDER |
| Constructor and Description |
|---|
TypeSafeDiagnosingMatcher(ReflectiveTypeFinder typeFinder)
Use this constructor if the subclass that implements
matchesSafely
is not the class that binds <T> to a type. |
TypeSafeMatcher(ReflectiveTypeFinder typeFinder)
Use this constructor if the subclass that implements
matchesSafely
is not the class that binds <T> to a type. |