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 class
DisplayNameGenerator.IndicativeSentences
DisplayNameGenerator
that generates complete sentences.static class
DisplayNameGenerator.ReplaceUnderscores
DisplayNameGenerator
that replaces underscores with spaces.static class
DisplayNameGenerator.Simple
SimpleDisplayNameGenerator
that removes trailing parentheses for methods with no parameters.static class
DisplayNameGenerator.Standard
StandardDisplayNameGenerator
.Fields in org.junit.jupiter.api with type parameters of type DisplayNameGenerator Modifier and Type Field Description static Class<? extends DisplayNameGenerator>
IndicativeSentencesGeneration. DEFAULT_GENERATOR
Methods in org.junit.jupiter.api that return DisplayNameGenerator Modifier and Type Method Description static DisplayNameGenerator
DisplayNameGenerator. getDisplayNameGenerator(Class<?> generatorClass)
Return theDisplayNameGenerator
instance 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 DisplayNameGenerator
CachingJupiterConfiguration. getDefaultDisplayNameGenerator()
DisplayNameGenerator
DefaultJupiterConfiguration. getDefaultDisplayNameGenerator()
DisplayNameGenerator
JupiterConfiguration. getDefaultDisplayNameGenerator()
-