Package org.hibernate.testing.hamcrest
Class AssignableMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<Class>
-
- org.hibernate.testing.hamcrest.AssignableMatcher
-
-
Constructor Summary
Constructors Constructor Description AssignableMatcher(Class<?> expected)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssignableMatcher
assignableTo(Class expected)
void
describeTo(org.hamcrest.Description description)
boolean
matches(Object item)
-
-
-
Constructor Detail
-
AssignableMatcher
public AssignableMatcher(Class<?> expected)
-
-
Method Detail
-
assignableTo
public static AssignableMatcher assignableTo(Class expected)
-
matches
public boolean matches(Object item)
-
describeTo
public void describeTo(org.hamcrest.Description description)
-
-