| Package | Description |
|---|---|
| org.mockito.internal.configuration |
Mockito configuration
|
| org.mockito.internal.creation |
Mock object creation.
|
| Modifier and Type | Method and Description |
|---|---|
static MockMaker |
ClassPathLoader.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.
|