Package org.mockito.internal
Interface InternalMockHandler<T>
- All Superinterfaces:
MockHandler
,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAnswersForStubbing
(List<Answer> answers) voidMethodStubbable
(T mock) Methods inherited from interface org.mockito.invocation.MockHandler
handle
-
Method Details
-
getMockSettings
MockCreationSettings getMockSettings() -
voidMethodStubbable
-
setAnswersForStubbing
-
getInvocationContainer
InvocationContainer getInvocationContainer()
-