| Package | Description |
|---|---|
| org.junit.jupiter.api.parallel |
JUnit Jupiter API for influencing parallel test execution.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
Isolated
@Isolated is used to declare that the annotated test class should be
executed in isolation from other test classes. |