Uses of Annotation Type
org.junit.jupiter.api.RepeatedTest
Packages that use RepeatedTest
Package
Description
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of RepeatedTest in org.junit.jupiter.engine.extension
Methods in org.junit.jupiter.engine.extension with parameters of type RepeatedTestModifier and TypeMethodDescriptionprivate RepeatedTestDisplayNameFormatter
RepeatedTestExtension.displayNameFormatter
(RepeatedTest repeatedTest, Method method, String displayName) private int
RepeatedTestExtension.totalRepetitions
(RepeatedTest repeatedTest, Method method)