Package org.mockito.internal
Interface InternalMockHandler<T>
-
- All Superinterfaces:
MockHandler
,java.io.Serializable
public interface InternalMockHandler<T> extends MockHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvocationContainer
getInvocationContainer()
MockCreationSettings
getMockSettings()
void
setAnswersForStubbing(java.util.List<Answer> answers)
VoidMethodStubbable<T>
voidMethodStubbable(T mock)
-
Methods inherited from interface org.mockito.invocation.MockHandler
handle
-
-
-
-
Method Detail
-
getMockSettings
MockCreationSettings getMockSettings()
-
voidMethodStubbable
VoidMethodStubbable<T> voidMethodStubbable(T mock)
-
setAnswersForStubbing
void setAnswersForStubbing(java.util.List<Answer> answers)
-
getInvocationContainer
InvocationContainer getInvocationContainer()
-
-