public class ArgumentMatchingTool
extends java.lang.Object
Constructor | Description |
---|---|
ArgumentMatchingTool() |
Modifier and Type | Method | 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)