Package org.hamcrest.object
Class HasEqualValues.FieldMatcher
- All Implemented Interfaces:
Matcher<Object>,SelfDescribing
- Enclosing class:
- HasEqualValues<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddescribeTo(Description description) Generates a description of the object.protected booleanmatches(Object item, Description mismatch) Methods inherited from class org.hamcrest.DiagnosingMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
field
-
matcher
-
-
Constructor Details
-
FieldMatcher
-
-
Method Details
-
matches
- Specified by:
matchesin classDiagnosingMatcher<Object>
-
describeTo
Description copied from interface:SelfDescribingGenerates a description of the object. The description may be part of a a description of a larger object of which this is just a component, so it should be worded appropriately.- Parameters:
description- The description to be built or appended to.
-