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