public class ArgumentMatchingTool
extends java.lang.Object
| Constructor and Description |
|---|
ArgumentMatchingTool() |
| Modifier and Type | Method and 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.
|
public java.lang.Integer[] getSuspiciouslyNotMatchingArgsIndexes(java.util.List<org.hamcrest.Matcher> matchers,
java.lang.Object[] arguments)