Package | Description |
---|---|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Optional<DisplayNameGeneration> |
DisplayNameUtils.getDisplayNameGeneration(java.lang.Class<?> testClass)
Find the first
DisplayNameGeneration annotation that is either
directly present, meta-present, indirectly present
on the supplied testClass or on an enclosing class. |