Uses of Interface
org.junit.jupiter.api.support.io.TempDirectory.ParentDirProvider
-
Packages that use TempDirectory.ParentDirProvider Package Description org.junit.jupiter.api.support.io IO-related support classes and built-in extensions. -
-
Uses of TempDirectory.ParentDirProvider in org.junit.jupiter.api.support.io
Methods in org.junit.jupiter.api.support.io with parameters of type TempDirectory.ParentDirProvider Modifier and Type Method Description 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.
-