Uses of Enum Class
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
(ExtensionContext context) static TempDirectory.Scope
Returns the enum constant of this class with the specified name.static TempDirectory.Scope[]
TempDirectory.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.jupiter.engine.extension with parameters of type TempDirectory.ScopeModifier 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) private Object
TempDirectory.getPathOrFile
(AnnotatedElementContext elementContext, Class<?> type, TempDirFactory factory, CleanupMode cleanupMode, TempDirectory.Scope scope, ExtensionContext extensionContext)