| Package | Description |
|---|---|
| org.junit.jupiter.api.io |
IO-related support in JUnit Jupiter.
|
| org.junit.jupiter.engine.config |
Configuration specific to the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
static CleanupMode |
CleanupMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CleanupMode[] |
CleanupMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private static EnumConfigurationParameterConverter<CleanupMode> |
DefaultJupiterConfiguration.cleanupModeConverter |
| Modifier and Type | Method and Description |
|---|---|
CleanupMode |
CachingJupiterConfiguration.getDefaultTempDirCleanupMode() |
CleanupMode |
DefaultJupiterConfiguration.getDefaultTempDirCleanupMode() |
CleanupMode |
JupiterConfiguration.getDefaultTempDirCleanupMode() |
| Modifier and Type | Field and Description |
|---|---|
private CleanupMode |
TempDirectory.CloseablePath.cleanupMode |
| Modifier and Type | Method and Description |
|---|---|
private CleanupMode |
TempDirectory.determineCleanupMode(TempDir tempDir) |
private CleanupMode |
TempDirectory.determineCleanupModeForField(java.lang.reflect.Field field) |
private CleanupMode |
TempDirectory.determineCleanupModeForParameter(ParameterContext parameterContext) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static TempDirectory.CloseablePath |
TempDirectory.createTempDir(TempDirFactory factory,
CleanupMode cleanupMode,
AnnotatedElementContext elementContext,
ExtensionContext extensionContext) |
private java.lang.Object |
TempDirectory.getPathOrFile(AnnotatedElementContext elementContext,
java.lang.Class<?> type,
TempDirFactory factory,
CleanupMode cleanupMode,
TempDirectory.Scope scope,
ExtensionContext extensionContext) |
| Constructor and Description |
|---|
CloseablePath(TempDirFactory factory,
CleanupMode cleanupMode,
AnnotatedElementContext elementContext,
ExtensionContext extensionContext) |