public abstract class IsEqualsToEntity<T>
extends org.hamcrest.TypeSafeMatcher<T>
| Constructor and Description |
|---|
IsEqualsToEntity(T entity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMatcherDescription(org.hamcrest.Matcher<?> matcher) |
protected void |
addTemplatedDescription(String attribute,
Object expected) |
protected void |
clearDescribeTo() |
protected static <T> org.hamcrest.Matcher<Iterable<? extends T>> |
containsEntityInAnyOrder(Function<T,org.hamcrest.Matcher<? super T>> converter,
T... entities) |
void |
describeTo(org.hamcrest.Description description) |
describeMismatch, describeMismatchSafely, matches, matchesSafelyprotected final T expected
public IsEqualsToEntity(T entity)
public void describeTo(org.hamcrest.Description description)
protected void addMatcherDescription(org.hamcrest.Matcher<?> matcher)
protected void clearDescribeTo()
@SafeVarargs protected static <T> org.hamcrest.Matcher<Iterable<? extends T>> containsEntityInAnyOrder(Function<T,org.hamcrest.Matcher<? super T>> converter, T... entities)
Copyright © 2015. All rights reserved.