Uses of Annotation Interface
org.junit.jupiter.api.DisplayNameGeneration
Packages that use DisplayNameGeneration
-
Uses of DisplayNameGeneration in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type DisplayNameGenerationModifier and TypeClassDescription@interface
@IndicativeSentencesGeneration
is used to register theDisplayNameGenerator.IndicativeSentences
display name generator and configure it.Methods in org.junit.jupiter.api that return types with arguments of type DisplayNameGenerationModifier and TypeMethodDescriptionprivate static Optional
<DisplayNameGeneration> DisplayNameGenerator.IndicativeSentences.findDisplayNameGeneration
(Class<?> testClass) Find the firstDisplayNameGeneration
annotation that is either directly present, meta-present, or indirectly present on the suppliedtestClass
or on an enclosing class.