Uses of Annotation Interface
org.junit.jupiter.api.IndicativeSentencesGeneration
Packages that use IndicativeSentencesGeneration
-
Uses of IndicativeSentencesGeneration in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return types with arguments of type IndicativeSentencesGenerationModifier and TypeMethodDescriptionprivate static Optional<IndicativeSentencesGeneration>
DisplayNameGenerator.IndicativeSentences.findIndicativeSentencesGeneration
(Class<?> testClass) Find the firstIndicativeSentencesGeneration
annotation that is either directly present, meta-present, or indirectly present on the suppliedtestClass
or on an enclosing class.