| Package | Description |
|---|---|
| org.mockito.internal.configuration.plugins | |
| org.mockito.internal.creation.cglib |
CGLIB related stuff
|
| Modifier and Type | Method and Description |
|---|---|
static MockMaker |
Plugins.getMockMaker()
Returns the implementation of the mock maker available for the current runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CglibMockMaker
A MockMaker that uses cglib to generate mocks on a JVM.
|