public class HasEqualValues<T> extends TypeSafeDiagnosingMatcher<T>
Constructor and Description |
---|
HasEqualValues(T expectedObject) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(Description description)
Generates a description of the object.
|
protected boolean |
matchesSafely(T item,
Description mismatch)
Subclasses should implement this.
|
describeMismatch, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
public HasEqualValues(T expectedObject)
protected boolean matchesSafely(T item, Description mismatch)
TypeSafeDiagnosingMatcher
matchesSafely
in class TypeSafeDiagnosingMatcher<T>
public void describeTo(Description description)
SelfDescribing
description
- The description to be built or appended to.