Package org.testng.internal.objects
Class InstanceCreator
java.lang.Object
org.testng.internal.objects.InstanceCreator
Utility class for object instantiations.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
newInstance
(Class<T> clazz) static <T> T
newInstance
(Class<T> cls, Object... parameters) static <T> T
newInstance
(Constructor<T> constructor, Object... parameters) static <T> T
newInstance
(String className, Object... parameters)
-
Method Details
-
newInstance
-
newInstance
-
newInstance
-
newInstance
-