Searched refs:stubber (Results 1 – 5 of 5) sorted by relevance
2231 return MOCKITO_CORE.stubber().doThrow(toBeThrown); in doThrow()2254 return MOCKITO_CORE.stubber().doThrow(toBeThrown); in doThrow()2281 return MOCKITO_CORE.stubber().doThrow(toBeThrown, toBeThrownNext); in doThrow()2318 return MOCKITO_CORE.stubber().doCallRealMethod(); in doCallRealMethod()2345 return MOCKITO_CORE.stubber().doAnswer(answer); in doAnswer()2388 return MOCKITO_CORE.stubber().doNothing(); in doNothing()2439 return MOCKITO_CORE.stubber().doReturn(toBeReturned); in doReturn()2494 return MOCKITO_CORE.stubber().doReturn(toBeReturned, toBeReturnedNext); in doReturn()
95 Stubber stubber = doThrow(toBeThrown); in doThrow() local103 stubber = stubber.doThrow(next); in doThrow()105 return stubber; in doThrow()
167 public Stubber stubber() { in stubber() method in MockitoCore
11125 - glmodule.c: check in the changed version after running the stubber
28504 - glmodule.c: check in the changed version after running the stubber