| Package | Description |
|---|---|
| org.mockito.internal.creation |
Mock object creation.
|
| org.mockito.internal.handler | |
| org.mockito.internal.util |
Static utils
|
| Constructor and Description |
|---|
MethodInterceptorFilter(InternalMockHandler handler,
MockCreationSettings mockSettings) |
| Modifier and Type | Method and Description |
|---|---|
InternalMockHandler |
MockHandlerFactory.create(MockCreationSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
<T> InternalMockHandler<T> |
MockUtil.getMockHandler(T mock) |