| 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 |
MockHandlerImpl.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.
|
Copyright © 2024. All rights reserved.