Uses of Annotation Interface
org.junit.jupiter.api.TestTemplate
Package
Description
JUnit Jupiter API for writing tests.
JUnit Jupiter extension for parameterized tests.
-
Uses of TestTemplate in org.junit.jupiter.api
Modifier 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. -
Uses of TestTemplate in org.junit.jupiter.params
Modifier and TypeClassDescription@interface
@ParameterizedTest
is used to signal that the annotated method is a parameterized test method.