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 CleanupModeReturns 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.cleanupModeConverterMethods 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 CleanupModeTempDirectory.CloseablePath.cleanupModeMethods in org.junit.jupiter.engine.extension that return CleanupModeModifier and TypeMethodDescriptionprivate CleanupModeTempDirectory.determineCleanupMode(TempDir tempDir) private CleanupModeTempDirectory.determineCleanupModeForField(Field field) private CleanupModeTempDirectory.determineCleanupModeForParameter(ParameterContext parameterContext) Methods in org.junit.jupiter.engine.extension with parameters of type CleanupModeModifier 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 CleanupModeModifierConstructorDescription(package private)CloseablePath(TempDirFactory factory, CleanupMode cleanupMode, AnnotatedElementContext elementContext, ExtensionContext extensionContext)