public abstract class TypesafeQuickMatcherBase<T> extends QuickMatcherBase<T>
| Constructor and Description |
|---|
TypesafeQuickMatcherBase() |
TypesafeQuickMatcherBase(Class<?> expectedType) |
TypesafeQuickMatcherBase(org.hamcrest.internal.ReflectiveTypeFinder typeFinder) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description description) |
protected abstract void |
describeMismatchSafely(T item,
org.hamcrest.Description mismatch) |
boolean |
matches(Object item) |
protected abstract boolean |
matchesSafely(T item) |
matches_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic TypesafeQuickMatcherBase(Class<?> expectedType)
public TypesafeQuickMatcherBase(org.hamcrest.internal.ReflectiveTypeFinder typeFinder)
public TypesafeQuickMatcherBase()
protected abstract boolean matchesSafely(T item)
protected abstract void describeMismatchSafely(T item, org.hamcrest.Description mismatch)
public final boolean matches(Object item)
QuickMatcherBasematches in interface org.hamcrest.Matcher<T>matches in class QuickMatcherBase<T>public final void describeMismatch(Object item, org.hamcrest.Description description)
QuickMatcherBasedescribeMismatch in interface org.hamcrest.Matcher<T>describeMismatch in class QuickMatcherBase<T>Copyright © 2013. All Rights Reserved.