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.TempDirectory.TempDirContext TempDirContextencapsulates the context in which@TempDiris declared. -
Class Summary Class Description TempDirectory TempDirectoryis a JUnit Jupiter extension that creates and cleans up temporary directories. -
Annotation Types Summary Annotation Type Description TempDirectory.TempDir @TempDircan be used to annotate a field in a test class or a parameter in a test method, lifecycle method, or test class constructor of typePathorFilethat should be resolved into a temporary directory.