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.org.junit.jupiter.engine.descriptor Test descriptors used within 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 declared as DisplayNameGenerator Modifier and Type Field Description (package private) static DisplayNameGeneratorDisplayNameGenerator.IndicativeSentences. INSTANCE(package private) static DisplayNameGeneratorDisplayNameGenerator.ReplaceUnderscores. INSTANCE(package private) static DisplayNameGeneratorDisplayNameGenerator.Simple. INSTANCE(package private) static DisplayNameGeneratorDisplayNameGenerator.Standard. INSTANCEFields 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.private static DisplayNameGeneratorDisplayNameGenerator.IndicativeSentences. getGeneratorFor(java.lang.Class<?> testClass)Get the display name generator to use for the supplied test class.Methods in org.junit.jupiter.api that return types with arguments of type DisplayNameGenerator Modifier and Type Method Description java.lang.Class<? extends DisplayNameGenerator>generator()Custom display name generator to use for sentence fragments.java.lang.Class<? extends DisplayNameGenerator>value()Custom display name generator. -
Uses of DisplayNameGenerator in org.junit.jupiter.engine.config
Fields in org.junit.jupiter.engine.config with type parameters of type DisplayNameGenerator Modifier and Type Field Description private static InstantiatingConfigurationParameterConverter<DisplayNameGenerator>DefaultJupiterConfiguration. displayNameGeneratorConverterMethods in org.junit.jupiter.engine.config that return DisplayNameGenerator Modifier and Type Method Description DisplayNameGeneratorCachingJupiterConfiguration. getDefaultDisplayNameGenerator()DisplayNameGeneratorDefaultJupiterConfiguration. getDefaultDisplayNameGenerator()DisplayNameGeneratorJupiterConfiguration. getDefaultDisplayNameGenerator() -
Uses of DisplayNameGenerator in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as DisplayNameGenerator Modifier and Type Field Description private static DisplayNameGeneratorDisplayNameUtils. indicativeSentencesGeneratorPre-defined display name generator instance producing indicative sentences.private static DisplayNameGeneratorDisplayNameUtils. replaceUnderscoresGeneratorPre-defined display name generator instance replacing underscores.private static DisplayNameGeneratorDisplayNameUtils. simpleGeneratorPre-defined simple display name generator instance.private static DisplayNameGeneratorDisplayNameUtils. standardGeneratorPre-defined standard display name generator instance.Methods in org.junit.jupiter.engine.descriptor that return DisplayNameGenerator Modifier and Type Method Description private static DisplayNameGeneratorDisplayNameUtils. getDisplayNameGenerator(java.lang.Class<?> testClass, JupiterConfiguration configuration)
-