Searched refs:stubbingAction (Results 1 - 1 of 1) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java783 StackTraceElement callSite, final Action stubbingAction) {
785 checkThisActionCanBeUsedForThisMethod(method, stubbingAction, callSite);
788 mStubbedCalls.add(0, new StubbedCall(methodCall, stubbingAction));
803 return stubbingAction.doAction(innerMethod, innerArgs);
807 return stubbingAction.getReturnType();
813 private void checkThisActionCanBeUsedForThisMethod(Method method, final Action stubbingAction, argument
816 Class<?> actionType = stubbingAction.getReturnType();
782 innerStub(Method method, final ArgumentMatcher[] matchers, MethodCall methodCall, StackTraceElement callSite, final Action stubbingAction) argument

Completed in 39 milliseconds