public interface InternalMockHandler<T> extends MockHandler
Modifier and Type | Method and Description |
---|---|
InvocationContainer |
getInvocationContainer() |
MockCreationSettings |
getMockSettings() |
void |
setAnswersForStubbing(List<Answer> answers) |
VoidMethodStubbable<T> |
voidMethodStubbable(T mock) |
handle
MockCreationSettings getMockSettings()
VoidMethodStubbable<T> voidMethodStubbable(T mock)
InvocationContainer getInvocationContainer()