public class ArgumentMatchingTool extends Object
Modifier and Type | Method and Description |
---|---|
static 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 static Integer[] getSuspiciouslyNotMatchingArgsIndexes(List<ArgumentMatcher> matchers, Object[] arguments)
Copyright © 2021. All rights reserved.