Uses of Class
org.junit.jupiter.engine.extension.RepeatedTestDisplayNameFormatter
-
Packages that use RepeatedTestDisplayNameFormatter Package Description org.junit.jupiter.engine.extension 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 RepeatedTestDisplayNameFormatter Modifier and Type Field Description private RepeatedTestDisplayNameFormatter
RepeatedTestInvocationContext. formatter
Methods in org.junit.jupiter.engine.extension that return RepeatedTestDisplayNameFormatter Modifier and Type Method Description private RepeatedTestDisplayNameFormatter
RepeatedTestExtension. displayNameFormatter(RepeatedTest repeatedTest, java.lang.reflect.Method method, java.lang.String displayName)
Constructors in org.junit.jupiter.engine.extension with parameters of type RepeatedTestDisplayNameFormatter Constructor Description RepeatedTestInvocationContext(DefaultRepetitionInfo repetitionInfo, RepeatedTestDisplayNameFormatter formatter)
-