| Package | Description |
|---|---|
| org.mockito.internal |
Internal classes, not to be used by clients.
|
| org.mockito.internal.util |
Static utils
|
| Modifier and Type | Class and Description |
|---|---|
class |
InvocationNotifierHandler<T>
Handler, that call all listeners wanted for this mock, before delegating it
to the parameterized handler.
|
class |
MockHandler<T>
Invocation handler set on mock objects.
|
| Constructor and Description |
|---|
MockHandler(MockHandlerInterface<T> oldMockHandler) |
| Modifier and Type | Method and Description |
|---|---|
<T> MockHandlerInterface<T> |
MockUtil.getMockHandler(T mock) |