@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@Inherited
@API(status=EXPERIMENTAL,
since="5.4")
public @interface DisplayNameGeneration
@DisplayNameGeneration
is used to declare a custom display name
generator for the annotated test class.DisplayName
,
DisplayNameGenerator
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends DisplayNameGenerator> |
value
Custom display name generator.
|
public abstract java.lang.Class<? extends DisplayNameGenerator> value