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 |
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) |
Copyright © 2018. All rights reserved.