| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| org.junit.jupiter.params |
JUnit Jupiter extension for parameterized tests.
|
| Class and Description |
|---|
| DynamicContainer
A
DynamicContainer is a container generated at runtime. |
| DynamicNode
A
DynamicNode is the abstract basis class for a container or a test
case generated at runtime. |
| DynamicTest
A
DynamicTest is a test case generated at runtime. |
| TestInstance.Lifecycle
Enumeration of test instance lifecycle modes.
|
TestTemplate
@TestTemplate is used to signal that the annotated method is a
test template method. |
| Class and Description |
|---|
TestTemplate
@TestTemplate is used to signal that the annotated method is a
test template method. |