Searched refs:lastInvocation (Results 1 - 1 of 1) 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...]

Completed in 2345 milliseconds