Uses of Interface
org.junit.jupiter.api.DisplayNameGenerator
Package
Description
JUnit Jupiter API for writing tests.
Configuration specific to the JUnit Jupiter test engine.
-
Uses of DisplayNameGenerator in org.junit.jupiter.api
Modifier and TypeClassDescriptionstatic class
DisplayNameGenerator
that generates complete sentences.static class
DisplayNameGenerator
that replaces underscores with spaces.static class
SimpleDisplayNameGenerator
that removes trailing parentheses for methods with no parameters.static class
StandardDisplayNameGenerator
.Modifier and TypeFieldDescriptionstatic Class<? extends DisplayNameGenerator>
IndicativeSentencesGeneration.DEFAULT_GENERATOR
Modifier and TypeMethodDescriptionstatic DisplayNameGenerator
DisplayNameGenerator.getDisplayNameGenerator(Class<?> generatorClass)
Return theDisplayNameGenerator
instance corresponding to the givenClass
. -
Uses of DisplayNameGenerator in org.junit.jupiter.engine.config
Modifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultDisplayNameGenerator()
DefaultJupiterConfiguration.getDefaultDisplayNameGenerator()
JupiterConfiguration.getDefaultDisplayNameGenerator()