Uses of Interface
org.mockito.plugins.InstantiatorProvider2
-
Packages that use InstantiatorProvider2 Package Description org.mockito.internal.configuration.plugins Mockito plugins configuration machinery.org.mockito.internal.creation.instance -
-
Uses of InstantiatorProvider2 in org.mockito.internal.configuration.plugins
Fields in org.mockito.internal.configuration.plugins declared as InstantiatorProvider2 Modifier and Type Field Description private InstantiatorProvider2
PluginRegistry. instantiatorProvider
Methods in org.mockito.internal.configuration.plugins that return InstantiatorProvider2 Modifier and Type Method Description (package private) InstantiatorProvider2
PluginRegistry. getInstantiatorProvider()
Returns the instantiator provider available for the current runtime.static InstantiatorProvider2
Plugins. getInstantiatorProvider()
Returns the instantiator provider available for the current runtime. -
Uses of InstantiatorProvider2 in org.mockito.internal.creation.instance
Classes in org.mockito.internal.creation.instance that implement InstantiatorProvider2 Modifier and Type Class Description class
DefaultInstantiatorProvider
class
InstantiatorProviderAdapter
Adapts old, deprecatedInstantiatorProvider
onto a new publicInstantiatorProvider2
API.Fields in org.mockito.internal.creation.instance declared as InstantiatorProvider2 Modifier and Type Field Description private InstantiatorProvider2
InstantiatorProvider2Adapter. provider
Constructors in org.mockito.internal.creation.instance with parameters of type InstantiatorProvider2 Constructor Description InstantiatorProvider2Adapter(InstantiatorProvider2 provider)
-