Package | Description |
---|---|
org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
Modifier and Type | Class and Description |
---|---|
interface |
RepeatedTest
@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. |
Modifier and Type | Class and Description |
---|---|
interface |
ParameterizedTest
@ParameterizedTest is used to signal that the annotated method is a
parameterized test method. |