Package org.junit.jupiter.api.io
@NullMarked
package org.junit.jupiter.api.io
IO-related support in JUnit Jupiter.
-
ClassDescriptionEnumeration of cleanup modes for
@TempDir.TempDirFactorydefines the SPI for creating temporary directories programmatically.StandardTempDirFactoryimplementation which delegates toFiles.createTempDirectory(Path, String, FileAttribute...)using"junit-"as prefix.