Searched refs:lastInvocation (Results 1 – 3 of 3) sorted by relevance
31 private ExpectedInvocation lastInvocation = null; field in RecordState76 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 …]
META-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...