| Package | Description |
|---|---|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Method and Description |
|---|---|
private TempDirectory.Scope |
TempDirectory.getScope(ExtensionContext context) |
static TempDirectory.Scope |
TempDirectory.Scope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TempDirectory.Scope[] |
TempDirectory.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
private java.lang.Object |
TempDirectory.getPathOrFile(AnnotatedElementContext elementContext,
java.lang.Class<?> type,
TempDirFactory factory,
CleanupMode cleanupMode,
TempDirectory.Scope scope,
ExtensionContext extensionContext) |