Uses of Interface
org.junit.jupiter.api.support.io.TempDirectory.TempDirContext
-
Packages that use TempDirectory.TempDirContext Package Description org.junit.jupiter.api.support.io IO-related support classes and built-in extensions. -
-
Uses of TempDirectory.TempDirContext in org.junit.jupiter.api.support.io
Methods in org.junit.jupiter.api.support.io with parameters of type TempDirectory.TempDirContext Modifier and Type Method Description java.nio.file.PathTempDirectory.ParentDirProvider. get(TempDirectory.TempDirContext tempDirContext, ExtensionContext extensionContext)Get the parent directory for all temporary directories created by theTempDirectoryextension this is used with.
-