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 Object createObject(Class<?> clazz) throws Throwable
      Method to create an instance of a Class
      Parameters:
      clazz - clazz
      Returns:
      an instance of the Class
      Throws:
      Throwable