public class ArgumentMatchingTool extends Object
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
getNotMatchingArgsWithSameName(List<ArgumentMatcher> matchers,
Object[] arguments)
Suspiciously not matching arguments are those that don't match, and the classes have same simple name.
|
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)
public static Set<String> getNotMatchingArgsWithSameName(List<ArgumentMatcher> matchers, Object[] arguments)
Copyright © 2025. All rights reserved.