Package org.junit.jupiter.api.io
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(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...)using"junit"as the prefix.