org.mockito.internal.matchers.apachecommons
public class ReflectionEquals extends Object implements ArgumentMatcher<Object>, Serializable
| Constructor and Description |
|---|
ReflectionEquals(Object wanted,
String... excludeFields) |
public boolean matches(Object actual)
ArgumentMatcherThe method should never assert if the argument doesn't match. It should only return false.
See the example in the top level javadoc for ArgumentMatcher
matches in interface ArgumentMatcher<Object>actual - the argument