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