@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @API(value=Experimental) public @interface DisplayName
@DisplayName
is used to declare a custom display
name for the annotated test class or test method.
Display names are typically used for test reporting in IDEs and build tools and may contain spaces, special characters, and even emoji.
public abstract String value