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 static java.util.Optional<IndicativeSentencesGeneration>
DisplayNameGenerator.IndicativeSentences. findIndicativeSentencesGeneration(java.lang.Class<?> testClass)
Find the firstIndicativeSentencesGeneration
annotation that is either directly present, meta-present, or indirectly present on the suppliedtestClass
or on an enclosing class.
-