HomeSort by relevance Sort by last modified time
    Searched defs:lastInvocation (Results 1 - 8 of 8) sorted by null

  /external/mockito/src/org/mockito/internal/verification/checkers/
NumberOfInvocationsInOrderChecker.java 40 Location lastInvocation = finder.getLastLocation(chunk);
41 reporter.tooLittleActualInvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, lastInvocation);
NumberOfInvocationsChecker.java 38 Location lastInvocation = finder.getLastLocation(actualInvocations);
39 reporter.tooLittleActualInvocations(new Discrepancy(wantedCount, actualCount), wanted, lastInvocation);
  /external/easymock/src/org/easymock/internal/
RecordState.java 31 private ExpectedInvocation lastInvocation = null;
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers);
137 behavior.addStub(lastInvocation, Result.createReturnResult(value));
150 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result
158 behavior.addStub(lastInvocation, Result.createReturnResult(null));
167 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable));
190 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result
201 behavior.addStub(lastInvocation, Result.createAnswerResult(answer));
211 behavior.addStub(lastInvocation, Result
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 145 milliseconds