Module org.junit.jupiter.api
Package org.junit.jupiter.api.io
package org.junit.jupiter.api.io
IO-related support in JUnit Jupiter.
-
ClassDescriptionEnumeration of cleanup modes for
@TempDir
.TempDirFactory
defines the SPI for creating temporary directories programmatically.StandardTempDirFactory
implementation which delegates toFiles.createTempDirectory(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...)
using"junit"
as the prefix.