| Constructor and Description |
|---|
AssignableMatcher(Class<?> expected) |
| Modifier and Type | Method and Description |
|---|---|
static AssignableMatcher |
assignableTo(Class<?> expected) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object item) |
public AssignableMatcher(Class<?> expected)
public static final AssignableMatcher assignableTo(Class<?> expected)
public boolean matches(Object item)
public void describeTo(org.hamcrest.Description description)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.