Uses of Enum Class
org.junit.jupiter.api.io.CleanupMode
Packages that use CleanupMode
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 CleanupMode in org.junit.jupiter.api.io
Methods in org.junit.jupiter.api.io that return CleanupModeModifier and TypeMethodDescriptionstatic CleanupMode
Returns the enum constant of this class with the specified name.static CleanupMode[]
CleanupMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CleanupMode in org.junit.jupiter.engine.config
Fields in org.junit.jupiter.engine.config with type parameters of type CleanupModeModifier and TypeFieldDescriptionprivate static final EnumConfigurationParameterConverter<CleanupMode>
DefaultJupiterConfiguration.cleanupModeConverter
Methods in org.junit.jupiter.engine.config that return CleanupModeModifier and TypeMethodDescriptionCachingJupiterConfiguration.getDefaultTempDirCleanupMode()
DefaultJupiterConfiguration.getDefaultTempDirCleanupMode()
JupiterConfiguration.getDefaultTempDirCleanupMode()
-
Uses of CleanupMode in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as CleanupModeModifier and TypeFieldDescriptionprivate final CleanupMode
TempDirectory.CloseablePath.cleanupMode
Methods in org.junit.jupiter.engine.extension that return CleanupModeModifier and TypeMethodDescriptionprivate CleanupMode
TempDirectory.determineCleanupMode
(TempDir tempDir) private CleanupMode
TempDirectory.determineCleanupModeForField
(Field field) private CleanupMode
TempDirectory.determineCleanupModeForParameter
(ParameterContext parameterContext) Methods in org.junit.jupiter.engine.extension with parameters of type CleanupModeModifier and TypeMethodDescription(package private) static TempDirectory.CloseablePath
TempDirectory.createTempDir
(CleanupMode cleanupMode, ExtensionContext executionContext) private Object
TempDirectory.getPathOrFile
(AnnotatedElement sourceElement, Class<?> type, CleanupMode cleanupMode, ExtensionContext extensionContext) Constructors in org.junit.jupiter.engine.extension with parameters of type CleanupModeModifierConstructorDescription(package private)
CloseablePath
(Path dir, CleanupMode cleanupMode, ExtensionContext executionContext)