| Package | Description |
|---|---|
| org.junit.jupiter.api.io |
IO-related support in JUnit Jupiter.
|
| org.junit.jupiter.engine.config |
Configuration specific to the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Class and Description |
|---|
| CleanupMode
Enumeration of cleanup modes for
@TempDir. |
TempDirFactory
TempDirFactory defines the SPI for creating temporary directories
programmatically. |
| Class and Description |
|---|
| CleanupMode
Enumeration of cleanup modes for
@TempDir. |
TempDirFactory
TempDirFactory defines the SPI for creating temporary directories
programmatically. |
| Class and Description |
|---|
| CleanupMode
Enumeration of cleanup modes for
@TempDir. |
TempDir
@TempDir can be used to annotate a field in a test class or a
parameter in a lifecycle method or test method of type Path or
File that should be resolved into a temporary directory. |
TempDirFactory
TempDirFactory defines the SPI for creating temporary directories
programmatically. |