Uses of Interface
org.junit.jupiter.api.io.TempDirFactory
Packages that use TempDirFactory
Package
Description
IO-related support in JUnit Jupiter.
Configuration specific to the JUnit Jupiter test engine.
-
Uses of TempDirFactory in org.junit.jupiter.api.io
Classes in org.junit.jupiter.api.io that implement TempDirFactoryModifier and TypeClassDescriptionstatic class
StandardTempDirFactory
implementation 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 -
Uses of TempDirFactory in org.junit.jupiter.engine.config
Methods in org.junit.jupiter.engine.config that return types with arguments of type TempDirFactoryModifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTempDirFactorySupplier()
DefaultJupiterConfiguration.getDefaultTempDirFactorySupplier()
JupiterConfiguration.getDefaultTempDirFactorySupplier()