Uses of Interface
org.junit.jupiter.api.DisplayNameGenerator
-
Packages that use DisplayNameGenerator Package Description org.junit.jupiter.api JUnit Jupiter API for writing tests.org.junit.jupiter.engine.config Configuration specific to the JUnit Jupiter test engine. -
-
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 Class<? extends DisplayNameGenerator>IndicativeSentencesGeneration. DEFAULT_GENERATORMethods in org.junit.jupiter.api that return DisplayNameGenerator Modifier and Type Method Description static DisplayNameGeneratorDisplayNameGenerator. getDisplayNameGenerator(Class<?> generatorClass)Return theDisplayNameGeneratorinstance corresponding to the givenClass.Methods in org.junit.jupiter.api that return types with arguments of type DisplayNameGenerator Modifier and Type Method Description Class<? extends DisplayNameGenerator>generator()Custom display name generator.Class<? extends DisplayNameGenerator>value()Custom display name generator. -
Uses of DisplayNameGenerator in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return DisplayNameGenerator Modifier and Type Method Description DisplayNameGeneratorCachingJupiterConfiguration. getDefaultDisplayNameGenerator()DisplayNameGeneratorDefaultJupiterConfiguration. getDefaultDisplayNameGenerator()DisplayNameGeneratorJupiterConfiguration. getDefaultDisplayNameGenerator()
-