Class DisplayNameUtils
java.lang.Object
org.antublue.test.engine.internal.util.DisplayNameUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDisplayName(Class<?> clazz) Method to get a test class display namestatic StringgetDisplayName(Method method) Method to get a method display name
-
Method Details
-
getDisplayName
Method to get a test class display name- Parameters:
clazz- clazz- Returns:
- the display name
-
getDisplayName
Method to get a method display name- Parameters:
method- method- Returns:
- the display name
-