Uses of Enum
org.junit.jupiter.engine.extension.TempDirectory.Scope
Packages that use TempDirectory.Scope
Package
Description
Test extensions specific to the JUnit Jupiter test engine.
-
Uses of TempDirectory.Scope in org.junit.jupiter.engine.extension
Methods in org.junit.jupiter.engine.extension that return TempDirectory.ScopeModifier and TypeMethodDescriptionprivate TempDirectory.Scope
TempDirectory.getScope
(org.junit.jupiter.api.extension.ExtensionContext context) static TempDirectory.Scope
Returns the enum constant of this type with the specified name.static TempDirectory.Scope[]
TempDirectory.Scope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.jupiter.engine.extension with parameters of type TempDirectory.ScopeModifier and TypeMethodDescriptionprivate org.junit.jupiter.api.io.TempDirFactory
TempDirectory.determineTempDirFactory
(org.junit.jupiter.api.io.TempDir tempDir, TempDirectory.Scope scope) private org.junit.jupiter.api.io.TempDirFactory
TempDirectory.determineTempDirFactoryForField
(Field field, TempDirectory.Scope scope) private org.junit.jupiter.api.io.TempDirFactory
TempDirectory.determineTempDirFactoryForParameter
(org.junit.jupiter.api.extension.ParameterContext parameterContext, TempDirectory.Scope scope) private Object
TempDirectory.getPathOrFile
(org.junit.jupiter.api.extension.AnnotatedElementContext elementContext, Class<?> type, org.junit.jupiter.api.io.TempDirFactory factory, org.junit.jupiter.api.io.CleanupMode cleanupMode, TempDirectory.Scope scope, org.junit.jupiter.api.extension.ExtensionContext extensionContext)