public class IsInstanceOf<T>
extends org.hamcrest.core.IsInstanceOf
| Modifier | Constructor and Description |
|---|---|
protected |
IsInstanceOf(Class<T> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
any(Class<T> expectedType) |
protected Class<T> |
expectedType() |
static <T> org.hamcrest.Matcher<T> |
instanceOf(Class<?> expectedType) |
static <T> org.hamcrest.Matcher<T> |
isInstanceOf(Class<?> expectedType) |
Copyright © 2017 echocat. All rights reserved.