| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Optional<IndicativeSentencesGeneration> |
DisplayNameGenerator.IndicativeSentences.findIndicativeSentencesGeneration(java.lang.Class<?> testClass)
Find the first
IndicativeSentencesGeneration annotation that is either
directly present, meta-present, or indirectly present
on the supplied testClass or on an enclosing class. |