| Package | Description |
|---|---|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
TempDirectory
TempDirectory is a JUnit Jupiter extension that creates and cleans
up temporary directories if field in a test class or a parameter in a
lifecycle method or test method is annotated with @TempDir. |
(package private) class |
TimeoutExtension |