| Package | Description |
|---|---|
| org.mockito.internal.configuration.plugins |
Mockito plugins configuration machinery.
|
| org.mockito.internal.creation.bytebuddy |
ByteBuddy related stuff.
|
| org.mockito.internal.creation.proxy |
Mock makers based on the
Proxy utility. |
| org.mockito.plugins |
Mockito plugins allow customization of behavior.
|
| 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 |
InlineByteBuddyMockMaker |
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyMockMaker
A mock maker that is using the
Proxy utility and is therefore only capable of mocking interfaces but
does not rely on manual byte code generation but only uses official and public Java API. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InlineMockMaker
Extension to
MockMaker for mock makers that changes inline method implementations
and need keep track of created mock objects. |
| Modifier and Type | Method and Description |
|---|---|
MockMaker |
MockitoPlugins.getInlineMockMaker()
Returns inline mock maker, an optional mock maker that is bundled with Mockito distribution.
|
Copyright © 2025. All rights reserved.