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