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

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java188 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
503 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
504 handler.mStubbingAction = mAction;
632 private Action mStubbingAction = null; field in class:LittleMock.DefaultInvocationHandler
710 expect(mStubbingAction != null, "stubbing mock doesn't know what action to perform");
715 innerStub(method, matchers, methodCall, callSite, mStubbingAction);
718 sUnfinishedStubbingActions.remove(mStubbingAction);
719 mStubbingAction = null;
754 mStubbingAction = null;

Completed in 82 milliseconds