Package org.mockito.internal
Interface InternalMockHandler<T>
- All Superinterfaces:
MockHandler,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnswersForStubbing(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()
-