| Package | Description |
|---|---|
| org.mockito.plugins |
Mockito plugins allow customization of behavior.
|
| 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.
|