Uses of Class
org.junit.jupiter.api.IndicativeSentencesGeneration
-
Packages that use IndicativeSentencesGeneration Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests. -
-
Uses of IndicativeSentencesGeneration in org.junit.jupiter.api
Methods in org.junit.jupiter.api that return types with arguments of type IndicativeSentencesGeneration Modifier and Type Method Description private java.util.Optional<IndicativeSentencesGeneration>
DisplayNameGenerator.IndicativeSentences. getIndicativeSentencesGeneration(java.lang.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.
-