org.mockito.internal.hamcrest
public class MatcherGenericTypeExtractor extends Object
| Constructor and Description |
|---|
MatcherGenericTypeExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
genericTypeOfMatcher(Class<?> matcherClass)
Gets the generic type of given matcher.
|