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 classStandardTempDirFactoryimplementation 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.tempDirFactoryConverterMethods 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 TempDirFactoryTempDirectory.CloseablePath.factoryMethods in org.junit.jupiter.engine.extension that return TempDirFactoryModifier and TypeMethodDescriptionprivate TempDirFactoryTempDirectory.determineTempDirFactory(TempDir tempDir, TempDirectory.Scope scope) private TempDirFactoryTempDirectory.determineTempDirFactoryForField(Field field, TempDirectory.Scope scope) private TempDirFactoryTempDirectory.determineTempDirFactoryForParameter(ParameterContext parameterContext, TempDirectory.Scope scope) Methods in org.junit.jupiter.engine.extension with parameters of type TempDirFactoryModifier and TypeMethodDescription(package private) static TempDirectory.CloseablePathTempDirectory.createTempDir(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext) private ObjectTempDirectory.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)