Uses of Class
org.junit.jupiter.api.DisplayNameGeneration
-
Packages that use DisplayNameGeneration Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of DisplayNameGeneration in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type DisplayNameGeneration Modifier and Type Class Description interface
IndicativeSentencesGeneration
@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 DisplayNameGeneration Modifier and Type Method Description private static java.util.Optional<DisplayNameGeneration>
DisplayNameGenerator.IndicativeSentences. findDisplayNameGeneration(java.lang.Class<?> testClass)
Find the firstDisplayNameGeneration
annotation that is either directly present, meta-present, or indirectly present on the suppliedtestClass
or on an enclosing class.
-