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 Classstatic StringMethod to convert a list Methods to a String representationstatic StringMethod to convert a list Methods to a String representation
-
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
-
toString
Method to convert a list Methods to a String representation- Parameters:
methods- methods- Returns:
- a String representation of the Methods
-
toString
Method to convert a list Methods to a String representation- Parameters:
methods- methods- Returns:
- a String representation of the Methods
-