Package | Description |
---|---|
org.mockito.internal |
Internal classes, not to be used by clients.
|
org.mockito.internal.creation |
Mock object creation.
|
Modifier and Type | Class and Description |
---|---|
class |
MockHandler<T>
Invocation handler set on mock objects.
|
Modifier and Type | Method and Description |
---|---|
MockitoInvocationHandler |
MethodInterceptorFilter.getHandler() |
Constructor and Description |
---|
MethodInterceptorFilter(MockitoInvocationHandler handler,
MockSettingsImpl mockSettings) |
Copyright © 2018. All rights reserved.