Uses of Annotation Interface
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 RepeatedTestDisplayNameFormatterRepeatedTestExtension.displayNameFormatter(RepeatedTest repeatedTest, Method method, String displayName) private intRepeatedTestExtension.totalRepetitions(RepeatedTest repeatedTest, Method method)