Package | Description |
---|---|
org.hamcrest |
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. |