Class ConstructorInstantiator
java.lang.Object
org.mockito.internal.creation.instance.ConstructorInstantiator
- All Implemented Interfaces:
Instantiator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> T
newInstance
(Class<T> cls) Creates instance of given class
-
Constructor Details
-
ConstructorInstantiator
-
-
Method Details
-
newInstance
Description copied from interface:Instantiator
Creates instance of given class- Specified by:
newInstance
in interfaceInstantiator
-