Package | Description |
---|---|
org.hamcrest |
The stable API defining Matcher and its associated interfaces and classes.
|
Constructor | 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. |