Uses of Interface
org.junit.jupiter.api.DisplayNameGenerator
Packages that use DisplayNameGenerator
-
Uses of DisplayNameGenerator in org.junit.jupiter.api
Classes in org.junit.jupiter.api that implement DisplayNameGeneratorModifier and TypeClassDescriptionstatic classDisplayNameGeneratorthat generates complete sentences.static classDisplayNameGeneratorthat replaces underscores with spaces.static classSimpleDisplayNameGeneratorthat removes trailing parentheses for methods with no parameters.static classStandardDisplayNameGenerator.Fields in org.junit.jupiter.api with type parameters of type DisplayNameGeneratorModifier and TypeFieldDescriptionstatic final Class<? extends DisplayNameGenerator>IndicativeSentencesGeneration.DEFAULT_GENERATORMethods in org.junit.jupiter.api that return DisplayNameGeneratorModifier and TypeMethodDescriptionstatic DisplayNameGeneratorDisplayNameGenerator.getDisplayNameGenerator(Class<?> generatorClass) Return theDisplayNameGeneratorinstance corresponding to the givenClass.