Package | Description |
---|---|
org.mockito.internal.configuration.plugins |
Mockito plugins configuration machinery.
|
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 | Method and Description |
---|---|
MockMaker |
MockitoPlugins.getInlineMockMaker()
Returns inline mock maker, an optional mock maker that is bundled with Mockito distribution.
|
Copyright © 2018. All rights reserved.