org.mockito.internal.verification.argumentmatching
Class ArgumentMatchingTool

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

public class ArgumentMatchingTool
extends java.lang.Object


Constructor Summary
ArgumentMatchingTool()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentMatchingTool

public ArgumentMatchingTool()
Method Detail

getSuspiciouslyNotMatchingArgsIndexes

public 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.