Uses of Class
org.hamcrest.internal.ReflectiveTypeFinder
-
Packages that use ReflectiveTypeFinder Package Description org.hamcrest -
-
Uses of ReflectiveTypeFinder in org.hamcrest
Fields in org.hamcrest declared as ReflectiveTypeFinder Modifier and Type Field Description private static ReflectiveTypeFinder
FeatureMatcher. TYPE_FINDER
private static ReflectiveTypeFinder
TypeSafeDiagnosingMatcher. TYPE_FINDER
private static ReflectiveTypeFinder
TypeSafeMatcher. TYPE_FINDER
Constructors in org.hamcrest with parameters of type ReflectiveTypeFinder Constructor Description TypeSafeDiagnosingMatcher(ReflectiveTypeFinder typeFinder)
Use this constructor if the subclass that implementsmatchesSafely
is not the class that binds <T> to a type.TypeSafeMatcher(ReflectiveTypeFinder typeFinder)
Use this constructor if the subclass that implementsmatchesSafely
is not the class that binds <T> to a type.
-