Uses of Class
org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
Packages that use RepeatedTestDisplayNameFormatter
Package
Description
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of RepeatedTestDisplayNameFormatter in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as RepeatedTestDisplayNameFormatterModifier and TypeFieldDescriptionprivate final RepeatedTestDisplayNameFormatterRepeatedTestInvocationContext.formatterMethods in org.junit.jupiter.engine.extension that return RepeatedTestDisplayNameFormatterModifier and TypeMethodDescriptionprivate RepeatedTestDisplayNameFormatterRepeatedTestExtension.displayNameFormatter(RepeatedTest repeatedTest, Method method, String displayName) Constructors in org.junit.jupiter.engine.extension with parameters of type RepeatedTestDisplayNameFormatterModifierConstructorDescriptionRepeatedTestInvocationContext(DefaultRepetitionInfo repetitionInfo, RepeatedTestDisplayNameFormatter formatter)