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 Optional<IndicativeSentencesGeneration>
DisplayNameGenerator.IndicativeSentences.getIndicativeSentencesGeneration
(Class<?> testClass) Finds theIndicativeSentencesGeneration
annotation that is present, meta-present or if it doesn't find it, then search for the enclosing parent classes, if no annotation is found returns empty.