Lines Matching full:stubbing
57 * <p>Then stubbing out mocks works as follows:
188 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
479 checkNoUnfinishedCalls(sUnfinishedStubbingActions, "stubbing");
482 /** Helper function to check that there are no verify or stubbing commands outstanding. */
503 checkState(handler.mStubbingAction == null, "Unfinished stubbing statements");
583 * method calls happen with the supplied arguments or matchers) or stubbing (where the next method
629 * <p>It is not null when in the stubbing state, and it is actually used to determine if we are
630 * in the stubbing state.
672 /** Check that we are stubbing and verifying always from the same thread. */
704 /** Generate the dynamic proxy that will handle stubbing invocations. */
710 expect(mStubbingAction != null, "stubbing mock doesn't know what action to perform");