Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.engine.descriptor |
Test descriptors used within the JUnit Jupiter test engine.
|
Modifier and Type | Class and Description |
---|---|
static class |
DisplayNameGenerator.ReplaceUnderscores
Replace all underscore characters with spaces.
|
static class |
DisplayNameGenerator.Standard
Standard display name generator.
|
Modifier and Type | Field and Description |
---|---|
private static DisplayNameGenerator |
DisplayNameUtils.replaceUnderscoresGenerator
Pre-defined display name generator instance replacing underscores.
|
private static DisplayNameGenerator |
DisplayNameUtils.standardGenerator
Pre-defined standard display name generator instance.
|
Modifier and Type | Method and Description |
---|---|
private static DisplayNameGenerator |
DisplayNameUtils.getDisplayNameGenerator(java.lang.Class<?> testClass) |