Package | Description |
---|---|
org.mockito.internal |
Internal classes, not to be used by clients.
|
org.mockito.internal.creation |
Mock object creation.
|
org.mockito.internal.util |
Static utils
|
Modifier and Type | Method and Description |
---|---|
MockSettingsImpl |
MockHandlerInterface.getMockSettings() |
MockSettingsImpl |
MockHandler.getMockSettings() |
Constructor and Description |
---|
MockHandler(MockSettingsImpl mockSettings) |
Constructor and Description |
---|
MethodInterceptorFilter(MockitoInvocationHandler handler,
MockSettingsImpl mockSettings) |
Modifier and Type | Method and Description |
---|---|
<T> T |
MockUtil.createMock(Class<T> classToMock,
MockSettingsImpl settings) |
Copyright © 2018. All rights reserved.