Uses of Annotation Type
org.junit.jupiter.api.TestTemplate
Packages that use TestTemplate
-
Uses of TestTemplate in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type TestTemplateModifier and TypeClassDescription@interface
@RepeatedTest
is used to signal that the annotated method is a test template method that should be repeated a specified number of times with a configurable display name and an optional failure threshold.