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

  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 13 import org.mockito.internal.reporting.SmartPrinter;
39 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indexesOfSuspiciousArgs);
40 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
MissingInvocationInOrderChecker.java 13 import org.mockito.internal.reporting.SmartPrinter;
56 SmartPrinter smartPrinter = new SmartPrinter(wanted, similar, indicesOfSimilarMatchingArguments);
57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
  /external/mockito/src/org/mockito/internal/reporting/
SmartPrinter.java 16 public class SmartPrinter {
21 public SmartPrinter(InvocationMatcher wanted, Invocation actual, Integer ... indexesOfMatchersToBeDescribedWithExtraTypeInfo) {
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5-sources.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5-sources.jar 

Completed in 2591 milliseconds