| 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 |
|---|---|
static <T> InternalMockHandler<T> |
MockHandlerFactory.createMockHandler(MockCreationSettings<T> settings) |
| Modifier and Type | Method and Description |
|---|---|
<T> InternalMockHandler<T> |
MockUtil.getMockHandler(T mock) |