Package org.mockito.internal.matchers
Class ArrayEquals
java.lang.Object
org.mockito.internal.matchers.Equals
org.mockito.internal.matchers.ArrayEquals
- All Implemented Interfaces:
Serializable
,ArgumentMatcher<Object>
,ContainsExtraTypeInfo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mockito.internal.matchers.Equals
equals, getWanted, hashCode, toStringWithType, type, typeMatches
-
Constructor Details
-
ArrayEquals
-
-
Method Details
-
matches
Description copied from interface:ArgumentMatcher
Informs if this matcher accepts the given argument.The 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
- Specified by:
matches
in interfaceArgumentMatcher<Object>
- Overrides:
matches
in classEquals
- Parameters:
actual
- the argument- Returns:
- true if this matcher accepts the given argument.
-
toString
-
createObjectArray
-