HomeSort by relevance Sort by last modified time
    Searched refs:ArgumentMatchingTool (Results 1 - 5 of 5) sorted by null

  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 14 import org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool;
37 ArgumentMatchingTool argumentMatchingTool = new ArgumentMatchingTool();
38 Integer[] indexesOfSuspiciousArgs = argumentMatchingTool.getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(), similar.getArguments());
MissingInvocationInOrderChecker.java 15 import org.mockito.internal.verification.argumentmatching.ArgumentMatchingTool;
54 new ArgumentMatchingTool().getSuspiciouslyNotMatchingArgsIndexes(wanted.getMatchers(),
  /external/mockito/src/org/mockito/internal/verification/argumentmatching/
ArgumentMatchingTool.java 15 public class ArgumentMatchingTool {
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 522 milliseconds