Class ObjectSupport

java.lang.Object
org.antublue.test.engine.internal.support.ObjectSupport

public class ObjectSupport extends Object
Class to implement ObjectSupport
  • Method Details

    • createObject

      public static <T> T createObject(Class<?> clazz) throws Throwable
      Method to create an instance of a Class
      Type Parameters:
      T - T
      Parameters:
      clazz - clazz
      Returns:
      an Object of type T
      Throws:
      Throwable - Throwable