Class ArgumentMatchingTool
java.lang.Object
org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInteger[]
getSuspiciouslyNotMatchingArgsIndexes
(List<org.hamcrest.Matcher> matchers, Object[] arguments) Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
-
Constructor Details
-
ArgumentMatchingTool
public ArgumentMatchingTool()
-
-
Method Details