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.
Test extensions 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 the prefix.Fields in org.junit.jupiter.api.io declared as TempDirFactory -
Uses of TempDirFactory in org.junit.jupiter.engine.config
Fields in org.junit.jupiter.engine.config with type parameters of type TempDirFactoryModifier and TypeFieldDescriptionprivate static final InstantiatingConfigurationParameterConverter
<TempDirFactory> DefaultJupiterConfiguration.tempDirFactoryConverter
Methods in org.junit.jupiter.engine.config that return types with arguments of type TempDirFactoryModifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTempDirFactorySupplier()
DefaultJupiterConfiguration.getDefaultTempDirFactorySupplier()
JupiterConfiguration.getDefaultTempDirFactorySupplier()
-
Uses of TempDirFactory in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as TempDirFactoryModifier and TypeFieldDescriptionprivate final TempDirFactory
TempDirectory.CloseablePath.factory
Methods in org.junit.jupiter.engine.extension that return TempDirFactoryModifier and TypeMethodDescriptionprivate TempDirFactory
TempDirectory.determineTempDirFactory
(TempDir tempDir, TempDirectory.Scope scope) private TempDirFactory
TempDirectory.determineTempDirFactoryForField
(Field field, TempDirectory.Scope scope) private TempDirFactory
TempDirectory.determineTempDirFactoryForParameter
(ParameterContext parameterContext, TempDirectory.Scope scope) Methods in org.junit.jupiter.engine.extension with parameters of type TempDirFactoryModifier and TypeMethodDescription(package private) static TempDirectory.CloseablePath
TempDirectory.createTempDir
(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext) private Object
TempDirectory.getPathOrFile
(AnnotatedElementContext elementContext, Class<?> type, TempDirFactory factory, CleanupMode cleanupMode, TempDirectory.Scope scope, ExtensionContext extensionContext) Constructors in org.junit.jupiter.engine.extension with parameters of type TempDirFactoryModifierConstructorDescription(package private)
CloseablePath
(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext)