@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 |
|---|---|
Class<? extends DisplayNameGenerator> |
value
Custom display name generator.
|
public abstract Class<? extends DisplayNameGenerator> value
Copyright © 2024. All rights reserved.