Package | Description |
---|---|
org.mockito.internal.configuration.plugins |
Mockito plugins configuration machinery.
|
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 | Field and Description |
---|---|
private MockMaker |
PluginRegistry.mockMaker |
Modifier and Type | Method and Description |
---|---|
MockMaker |
DefaultMockitoPlugins.getInlineMockMaker() |
static MockMaker |
Plugins.getMockMaker()
Returns the implementation of the mock maker available for the current runtime.
|
(package private) MockMaker |
PluginRegistry.getMockMaker()
Returns the implementation of the mock maker available for the current runtime.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
ClassCreatingMockMaker |
Modifier and Type | Class and Description |
---|---|
class |
ByteBuddyMockMaker
ByteBuddy MockMaker.
|
class |
InlineByteBuddyMockMaker
Agent and subclass based mock maker.
|
class |
SubclassByteBuddyMockMaker
Subclass based mock maker.
|
Modifier and Type | Field and Description |
---|---|
private static MockMaker |
MockUtil.mockMaker |
Modifier and Type | Method and Description |
---|---|
MockMaker |
MockitoPlugins.getInlineMockMaker()
Returns inline mock maker, an optional mock maker that is bundled with Mockito distribution.
|