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