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 InstantiatorProvider2PluginRegistry. instantiatorProviderMethods in org.mockito.internal.configuration.plugins that return InstantiatorProvider2 Modifier and Type Method Description (package private) InstantiatorProvider2PluginRegistry. getInstantiatorProvider()Returns the instantiator provider available for the current runtime.static InstantiatorProvider2Plugins. 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 classDefaultInstantiatorProviderclassInstantiatorProviderAdapterAdapts old, deprecatedInstantiatorProvideronto a new publicInstantiatorProvider2API.Fields in org.mockito.internal.creation.instance declared as InstantiatorProvider2 Modifier and Type Field Description private InstantiatorProvider2InstantiatorProvider2Adapter. providerConstructors in org.mockito.internal.creation.instance with parameters of type InstantiatorProvider2 Constructor Description InstantiatorProvider2Adapter(InstantiatorProvider2 provider)
-