public class ArgumentMatchingTool extends Object
| Constructor and Description |
|---|
ArgumentMatchingTool() |
| Modifier and Type | Method and Description |
|---|---|
Integer[] |
getSuspiciouslyNotMatchingArgsIndexes(List<ArgumentMatcher> matchers,
Object[] arguments)
Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.
|
public Integer[] getSuspiciouslyNotMatchingArgsIndexes(List<ArgumentMatcher> matchers, Object[] arguments)