Package | Description |
---|---|
org.mockito.internal.handler | |
org.mockito.internal.stubbing |
Stubbing logic.
|
org.mockito.invocation |
Public API related to mock method invocations.
|
Modifier and Type | Method and Description |
---|---|
InvocationContainer |
NullResultGuardian.getInvocationContainer() |
InvocationContainer |
MockHandlerImpl.getInvocationContainer() |
InvocationContainer |
InvocationNotifierHandler.getInvocationContainer() |
Modifier and Type | Class and Description |
---|---|
class |
InvocationContainerImpl |
Modifier and Type | Method and Description |
---|---|
InvocationContainer |
MockHandler.getInvocationContainer()
Returns the object that holds all invocations on the mock object,
including stubbings with declared answers.
|