Class DisplayNameSupport
java.lang.Object
org.antublue.test.engine.internal.support.DisplayNameSupport
Class to implement DisplayNameSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDisplayName(Class<?> clazz) Method to get a test class display name.static StringgetDisplayName(Method method) Method to get a method display name.
-
Method Details
-
getDisplayName
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
Method to get a method display name. If no name is declared, use the Method name- Parameters:
method- method- Returns:
- the display name
-