org.hamcrest.object
public class IsCompatibleType<T> extends TypeSafeMatcher<Class<?>>
| Constructor and Description |
|---|
IsCompatibleType(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(Description description)
Generates a description of the object.
|
boolean |
matchesSafely(Class<?> cls)
Subclasses should implement this.
|
static <T> Matcher<Class<?>> |
typeCompatibleWith(Class<T> baseType) |
matches_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic boolean matchesSafely(Class<?> cls)
TypeSafeMatchermatchesSafely in class TypeSafeMatcher<Class<?>>public void describeTo(Description description)
SelfDescribingdescription - The description to be built or appended to.