Class DefaultInstantiatorProvider
java.lang.Object
org.mockito.internal.creation.instance.DefaultInstantiatorProvider
- All Implemented Interfaces:
InstantiatorProvider2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInstantiator(MockCreationSettings<?> settings) Returns an instantiator, used to create new class instances.
-
Constructor Details
-
DefaultInstantiatorProvider
public DefaultInstantiatorProvider()
-
-
Method Details
-
getInstantiator
Description copied from interface:InstantiatorProvider2Returns an instantiator, used to create new class instances.- Specified by:
getInstantiatorin interfaceInstantiatorProvider2
-