| 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 | Class and Description |
|---|---|
static class |
TempDirFactory.Standard
Standard
TempDirFactory implementation which delegates to
Files.createTempDirectory(java.nio.file.Path, java.lang.String, java.nio.file.attribute.FileAttribute<?>...) using "junit" as the prefix. |
| Modifier and Type | Field and Description |
|---|---|
static TempDirFactory |
TempDirFactory.Standard.INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
private static InstantiatingConfigurationParameterConverter<TempDirFactory> |
DefaultJupiterConfiguration.tempDirFactoryConverter |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<TempDirFactory> |
CachingJupiterConfiguration.getDefaultTempDirFactorySupplier() |
java.util.function.Supplier<TempDirFactory> |
DefaultJupiterConfiguration.getDefaultTempDirFactorySupplier() |
java.util.function.Supplier<TempDirFactory> |
JupiterConfiguration.getDefaultTempDirFactorySupplier() |
| Modifier and Type | Field and Description |
|---|---|
private TempDirFactory |
TempDirectory.CloseablePath.factory |
| Modifier and Type | Method and Description |
|---|---|
private TempDirFactory |
TempDirectory.determineTempDirFactory(TempDir tempDir,
TempDirectory.Scope scope) |
private TempDirFactory |
TempDirectory.determineTempDirFactoryForField(java.lang.reflect.Field field,
TempDirectory.Scope scope) |
private TempDirFactory |
TempDirectory.determineTempDirFactoryForParameter(ParameterContext parameterContext,
TempDirectory.Scope scope) |
| 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) |