public abstract class TypesafeQuickResultMatcher<T> extends TypesafeQuickDiagnoseMatcher<T>
MatchResult.| Constructor and Description |
|---|
TypesafeQuickResultMatcher() |
TypesafeQuickResultMatcher(Class<?> expectedType) |
TypesafeQuickResultMatcher(org.hamcrest.internal.ReflectiveTypeFinder typeFinder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(T item,
org.hamcrest.Description mismatch) |
protected boolean |
matchesSafely(T item) |
protected boolean |
matchesSafely(T item,
org.hamcrest.Description mismatch) |
protected abstract <I extends T> |
matchResultSafely(I item) |
describeMismatch, matches, matches, matchResultquickMatch, quickMatch, quickMatchResult_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic TypesafeQuickResultMatcher(Class<?> expectedType)
public TypesafeQuickResultMatcher(org.hamcrest.internal.ReflectiveTypeFinder typeFinder)
public TypesafeQuickResultMatcher()
protected abstract <I extends T> MatchResult<I> matchResultSafely(I item)
matchResultSafely in class TypesafeQuickDiagnoseMatcher<T>protected boolean matchesSafely(T item)
matchesSafely in class TypesafeQuickDiagnoseMatcher<T>protected boolean matchesSafely(T item, org.hamcrest.Description mismatch)
matchesSafely in class TypesafeQuickDiagnoseMatcher<T>protected void describeMismatchSafely(T item, org.hamcrest.Description mismatch)
describeMismatchSafely in class TypesafeQuickDiagnoseMatcher<T>Copyright © 2015. All rights reserved.