@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @API(status=STABLE, since="5.0") 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.
Test
,
Tag
,
TestInfo
,
DisplayNameGeneration
,
DisplayNameGenerator
public abstract String value
Copyright © 2019. All rights reserved.