Class DisplayNameSupport

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

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

    • getDisplayName

      public static String getDisplayName(Class<?> clazz)
      Method to get a test class display name. If no name is declared, use the Class name
      Parameters:
      clazz - clazz
      Returns:
      the display name
    • getDisplayName

      public static String getDisplayName(Method method)
      Method to get a method display name. If no name is declared, use the Method name
      Parameters:
      method - method
      Returns:
      the display name