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