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