-
Interface Summary
| Interface |
Description |
| TempDirFactory |
TempDirFactory defines the SPI for creating temporary directories
programmatically.
|
-
Class Summary
| Class |
Description |
| TempDirFactory.Standard |
Standard TempDirFactory implementation which delegates to
Files.createTempDirectory(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...) using "junit" as the prefix.
|
-
-
Annotation Types Summary
| Annotation Type |
Description |
| 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.
|
Package org.junit.jupiter.api.io Description
IO-related support in JUnit Jupiter.