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

  /external/mockito/src/org/mockito/internal/verification/api/
VerificationData.java 16 InvocationMatcher getWanted();
VerificationDataInOrder.java 16 InvocationMatcher getWanted();
VerificationDataInOrderImpl.java 32 public InvocationMatcher getWanted() {
  /external/mockito/src/org/mockito/internal/verification/
AtLeast.java 38 missingInvocation.check(data.getAllInvocations(), data.getWanted());
40 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
45 InvocationMatcher wanted = data.getWanted();
Times.java 36 missingInvocation.check(data.getAllInvocations(), data.getWanted());
39 numberOfInvocations.check(data.getAllInvocations(), data.getWanted(), wantedCount);
44 InvocationMatcher wanted = data.getWanted();
InOrderWrapper.java 29 VerificationDataInOrderImpl dataInOrder = new VerificationDataInOrderImpl(inOrder, invocations, data.getWanted());
VerificationDataImpl.java 31 public InvocationMatcher getWanted() {
AtMost.java 33 InvocationMatcher wanted = data.getWanted();
Calls.java 36 InvocationMatcher wanted = data.getWanted();
Only.java 25 InvocationMatcher wantedMatcher = data.getWanted();
  /external/mockito/src/org/mockito/internal/matchers/
ArrayEquals.java 22 Object wanted = getWanted();
48 if (getWanted() != null && getWanted().getClass().isArray()) {
49 appendArray(createObjectArray(getWanted()), description);
Equals.java 48 protected final Object getWanted() {
  /external/mockito/src/org/mockito/internal/reporting/
SmartPrinter.java 30 public String getWanted() {
  /external/mockito/src/org/mockito/internal/verification/checkers/
MissingInvocationChecker.java 40 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());
MissingInvocationInOrderChecker.java 57 reporter.argumentsAreDifferent(smartPrinter.getWanted(), smartPrinter.getActual(), similar.getLocation());

Completed in 963 milliseconds