org.testinfected.hamcrest.jpa
Class SamePersistentFieldsAs.FieldMatcher<T>
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeDiagnosingMatcher<T>
org.testinfected.hamcrest.jpa.SamePersistentFieldsAs.FieldMatcher<T>
- All Implemented Interfaces:
- org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing
- Enclosing class:
- SamePersistentFieldsAs<T>
public static class SamePersistentFieldsAs.FieldMatcher<T>
- extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
|
Method Summary |
void |
describeTo(org.hamcrest.Description description)
|
protected boolean |
matchesSafely(T argument,
org.hamcrest.Description mismatchDescription)
|
| Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher |
describeMismatch, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SamePersistentFieldsAs.FieldMatcher
public SamePersistentFieldsAs.FieldMatcher(java.lang.reflect.Field field,
org.hamcrest.Matcher<?> valueMatcher)
matchesSafely
protected boolean matchesSafely(T argument,
org.hamcrest.Description mismatchDescription)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeDiagnosingMatcher<T>
describeTo
public void describeTo(org.hamcrest.Description description)