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
    • toString

      public static String toString(Method... methods)
      Method to convert a list Methods to a String representation
      Parameters:
      methods - methods
      Returns:
      a String representation of the Methods
    • toString

      public static String toString(List<Method> methods)
      Method to convert a list Methods to a String representation
      Parameters:
      methods - methods
      Returns:
      a String representation of the Methods