Searched defs:lastInvocation (Results 1 - 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
H A DRecordState.java31 private ExpectedInvocation lastInvocation = null; field in class:RecordState
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, Resul
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 177 milliseconds