public class ArrayEquals extends Equals
Constructor and Description |
---|
ArrayEquals(Object wanted) |
Modifier and Type | Method and Description |
---|---|
static Object[] |
createObjectArray(Object array) |
void |
describeTo(Description description)
Generates a description of the object.
|
boolean |
matches(Object actual)
Returns whether this matcher accepts the given argument.
|
describe, equals, getWanted, hashCode, typeMatches, withExtraTypeInfo
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public ArrayEquals(Object wanted)
public boolean matches(Object actual)
ArgumentMatcher
The method should never assert if the argument doesn't match. It should only return false.
public void describeTo(Description description)
SelfDescribing
describeTo
in interface SelfDescribing
describeTo
in class Equals
description
- The description to be built or appended to.Copyright © 2018. All rights reserved.