Package | Description |
---|---|
org.mockito.internal.configuration.plugins |
Mockito plugins configuration machinery.
|
org.mockito.internal.creation.instance |
Modifier and Type | Field and Description |
---|---|
private InstantiatorProvider2 |
PluginRegistry.instantiatorProvider |
Modifier and Type | Method and Description |
---|---|
static InstantiatorProvider2 |
Plugins.getInstantiatorProvider()
Returns the instantiator provider available for the current runtime.
|
(package private) InstantiatorProvider2 |
PluginRegistry.getInstantiatorProvider()
Returns the instantiator provider available for the current runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstantiatorProvider |
class |
InstantiatorProviderAdapter
Adapts old, deprecated
InstantiatorProvider onto a new public InstantiatorProvider2 API. |
Modifier and Type | Field and Description |
---|---|
private InstantiatorProvider2 |
InstantiatorProvider2Adapter.provider |
Constructor and Description |
---|
InstantiatorProvider2Adapter(InstantiatorProvider2 provider) |