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 classTempDirFactory.StandardStandardTempDirFactoryimplementation which delegates toFiles.createTempDirectory(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...)using"junit-"as prefix.Fields in org.junit.jupiter.api.io declared as TempDirFactory Modifier and Type Field Description static TempDirFactoryTempDirFactory.Standard. INSTANCEMethods 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.
-