Class ObjectSupport
java.lang.Object
org.antublue.test.engine.internal.support.ObjectSupport
Class to implement ObjectSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TcreateObject(Class<?> clazz) Method to create an instance of a Class
-
Method Details
-
createObject
Method to create an instance of a Class- Type Parameters:
T- T- Parameters:
clazz- clazz- Returns:
- an Object of type T
- Throws:
Throwable- Throwable
-