Uses of Class
org.junit.jupiter.api.support.io.TempDirectory
-
Packages that use TempDirectory Package Description org.junit.jupiter.api.support.io IO-related support classes and built-in extensions. -
-
Uses of TempDirectory in org.junit.jupiter.api.support.io
Methods in org.junit.jupiter.api.support.io that return TempDirectory Modifier and Type Method Description static TempDirectoryTempDirectory. createInCustomDirectory(java.util.concurrent.Callable<java.nio.file.Path> parentDirProvider)Returns aTempDirectoryextension that uses the suppliedCallableto configure the parent directory for the temporary directories created by this extension.static TempDirectoryTempDirectory. createInCustomDirectory(TempDirectory.ParentDirProvider parentDirProvider)Create aTempDirectoryextension that uses the suppliedTempDirectory.ParentDirProviderto configure the parent directory for the temporary directories created by this extension.static TempDirectoryTempDirectory. createInDefaultDirectory()Create aTempDirectoryextension that uses the defaultFileSystemand creates temporary directories in the default location.
-