Uses of Class
org.junit.jupiter.api.TestTemplate
| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
-
Uses of TestTemplate in org.junit.jupiter.api
Classes in org.junit.jupiter.api with annotations of type TestTemplate Modifier and Type Class Description interfaceRepeatedTest@RepeatedTestis 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.