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 RepeatedTestDisplayNameFormatter
RepeatedTestInvocationContext.formatter
Methods in org.junit.jupiter.engine.extension that return RepeatedTestDisplayNameFormatterModifier and TypeMethodDescriptionprivate RepeatedTestDisplayNameFormatter
RepeatedTestExtension.displayNameFormatter
(org.junit.jupiter.api.RepeatedTest repeatedTest, Method method, String displayName) Constructors in org.junit.jupiter.engine.extension with parameters of type RepeatedTestDisplayNameFormatterModifierConstructorDescriptionRepeatedTestInvocationContext
(DefaultRepetitionInfo repetitionInfo, RepeatedTestDisplayNameFormatter formatter)