| Package | Description |
|---|---|
| org.junit.jupiter.api |
JUnit Jupiter API for writing tests.
|
| org.junit.platform.suite.api |
Annotations for configuring a test suite on the JUnit Platform.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Test
@Test is used to signal that the annotated method is a
test method. |
interface |
TestFactory
@TestFactory is used to signal that the annotated method is a
test factory method. |
interface |
TestTemplate
@TestTemplate is used to signal that the annotated method is a
test template method. |
| Modifier and Type | Class and Description |
|---|---|
interface |
Suite
@Suite marks a class as a test suite on the JUnit Platform. |