Uses of Interface
org.junit.jupiter.api.io.TempDirFactory
-
Packages that use TempDirFactory Package Description org.junit.jupiter.api.io IO-related support in JUnit Jupiter. -
-
Uses of TempDirFactory in org.junit.jupiter.api.io
Classes in org.junit.jupiter.api.io that implement TempDirFactory Modifier and Type Class Description static class
TempDirFactory.Standard
StandardTempDirFactory
implementation which delegates toFiles.createTempDirectory(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...)
using"junit"
as the prefix.Fields in org.junit.jupiter.api.io declared as TempDirFactory Modifier and Type Field Description static TempDirFactory
TempDirFactory.Standard. INSTANCE
Methods in org.junit.jupiter.api.io that return types with arguments of type TempDirFactory Modifier and Type Method Description java.lang.Class<? extends TempDirFactory>
factory()
Factory for the temporary directory.
-