| Package | Description |
|---|---|
| org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff
|
| org.mockito.internal.handler | |
| org.mockito.internal.util |
Static utils
|
| Constructor and Description |
|---|
MockMethodInterceptor(InternalMockHandler handler,
MockCreationSettings mockCreationSettings) |
| Modifier and Type | Method and Description |
|---|---|
InternalMockHandler |
MockHandlerFactory.create(MockCreationSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
<T> InternalMockHandler<T> |
MockUtil.getMockHandler(T mock) |