Package org.testng.internal.objects
Class InstanceCreator
java.lang.Object
org.testng.internal.objects.InstanceCreator
Utility class for object instantiations.
-
Field Summary
Fields -
Constructor Summary
Constructors -
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)
-
Field Details
-
CANNOT_INSTANTIATE_CLASS
- See Also:
-
-
Constructor Details
-
InstanceCreator
private InstanceCreator()
-
-
Method Details
-
newInstance
-
newInstance
-
newInstance
-
newInstance
-