Uses of Interface
org.junit.jupiter.api.DisplayNameGenerator
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
-
Uses of DisplayNameGenerator in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement DisplayNameGenerator Modifier and Type Class Description static classDisplayNameGenerator.IndicativeSentencesDisplayNameGeneratorthat generates complete sentences.static classDisplayNameGenerator.ReplaceUnderscoresDisplayNameGeneratorthat replaces underscores with spaces.static classDisplayNameGenerator.SimpleSimpleDisplayNameGeneratorthat removes trailing parentheses for methods with no parameters.static classDisplayNameGenerator.StandardStandardDisplayNameGenerator.Fields in org.junit.jupiter.api with type parameters of type DisplayNameGenerator Modifier and Type Field Description static java.lang.Class<? extends DisplayNameGenerator>IndicativeSentencesGeneration. DEFAULT_GENERATORMethods in org.junit.jupiter.api that return DisplayNameGenerator Modifier and Type Method Description static DisplayNameGeneratorDisplayNameGenerator. getDisplayNameGenerator(java.lang.Class<?> generatorClass)Return theDisplayNameGeneratorinstance corresponding to the givenClass.