Uses of Annotation Interface
org.junit.jupiter.api.DisplayNameGeneration
Packages that use DisplayNameGeneration
Package
Description
JUnit Jupiter API for writing tests.
Test descriptors used within the JUnit Jupiter test engine.
-
Uses of DisplayNameGeneration in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type DisplayNameGenerationModifier and TypeClassDescription@interface@IndicativeSentencesGenerationis used to declare a custom parameters byIndicativeSentences, if this notation has some not declared parameters, it will use the default values instead. -
Uses of DisplayNameGeneration in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return types with arguments of type DisplayNameGenerationModifier and TypeMethodDescriptionprivate static Optional<DisplayNameGeneration> DisplayNameUtils.getDisplayNameGeneration(Class<?> testClass) Find the firstDisplayNameGenerationannotation that is either directly present, meta-present, indirectly present on the suppliedtestClassor on an enclosing class.