| Package | Description |
|---|---|
| org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff
|
| org.mockito.internal.util |
Static utils
|
| org.mockito.plugins |
Mockito plugins allow customization of behavior.
|
| Modifier and Type | Method and Description |
|---|---|
MockMaker.TypeMockability |
ByteBuddyMockMaker.isTypeMockable(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
MockMaker.TypeMockability |
MockUtil.typeMockabilityOf(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
MockMaker.TypeMockability |
MockMaker.isTypeMockable(Class<?> type)
Indicates if the given type can be mocked by this mockmaker.
|