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 RepeatedTestDisplayNameFormatterRepeatedTestInvocationContext. formatterMethods in org.junit.jupiter.engine.extension that return RepeatedTestDisplayNameFormatter Modifier and Type Method Description private RepeatedTestDisplayNameFormatterRepeatedTestExtension. displayNameFormatter(org.junit.jupiter.api.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)
-