Package org.junit.jupiter.api.support.io
IO-related support classes and built-in extensions.
-
Interface Summary Interface Description TempDirectory.ParentDirProvider ParentDirProvider
can be used to configure a custom parent directory for all temporary directories created by theTempDirectory
extension this is used with. -
Class Summary Class Description TempDirectory TempDirectory
is a JUnit Jupiter extension to create and clean up a temporary directory. -
Annotation Types Summary Annotation Type Description TempDirectory.TempDir TempDir
can be used to annotate a test or lifecycle method or test class constructor parameter of typePath
that should be resolved into a temporary directory.