Class ArgumentMatchingTool
- java.lang.Object
-
- org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool
-
public class ArgumentMatchingTool extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArgumentMatchingTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer[]
getSuspiciouslyNotMatchingArgsIndexes(java.util.List<org.hamcrest.Matcher> matchers, java.lang.Object[] arguments)
Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
-
-
-
Method Detail
-
getSuspiciouslyNotMatchingArgsIndexes
public java.lang.Integer[] getSuspiciouslyNotMatchingArgsIndexes(java.util.List<org.hamcrest.Matcher> matchers, java.lang.Object[] arguments)
Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
-
-