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