Class ArgumentMatchingTool

java.lang.Object
org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool

public class ArgumentMatchingTool extends Object
  • Constructor Details

    • ArgumentMatchingTool

      public ArgumentMatchingTool()
  • Method Details

    • getSuspiciouslyNotMatchingArgsIndexes

      public Integer[] getSuspiciouslyNotMatchingArgsIndexes(List<org.hamcrest.Matcher> matchers, Object[] arguments)
      Suspiciously not matching arguments are those that don't match, the toString() representation is the same but types are different.