Home
last modified time | relevance | path

Searched refs:lastInvocation (Results 1 – 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
DRecordState.java31 private ExpectedInvocation lastInvocation = null; field in RecordState
76 lastInvocation = new ExpectedInvocation(invocation, lastMatchers); in invoke()
137 behavior.addStub(lastInvocation, Result.createReturnResult(value)); in andStubReturn()
150 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result in setDefaultReturnValue()
158 behavior.addStub(lastInvocation, Result.createReturnResult(null)); in asStub()
167 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result in setDefaultVoidCallable()
178 behavior.addStub(lastInvocation, Result.createThrowResult(throwable)); in andStubThrow()
190 lastInvocation.withMatcher(org.easymock.MockControl.ALWAYS_MATCHER), Result in setDefaultThrowable()
201 behavior.addStub(lastInvocation, Result.createAnswerResult(answer)); in andStubAnswer()
211 behavior.addStub(lastInvocation, Result in andStubDelegateTo()
[all …]
/external/guice/lib/build/
Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/external/guice/extensions/persist/lib/
Deasymock.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...