| Package | Description |
|---|---|
| org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
| org.junit.jupiter.api.io |
IO-related support in JUnit Jupiter.
|
| org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
| org.junit.jupiter.engine.extension |
Test extensions specific to the JUnit Jupiter test engine.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ParameterContext
ParameterContext encapsulates the context in which an
Executable will be invoked for a given
Parameter. |
| Modifier and Type | Method and Description |
|---|---|
java.nio.file.Path |
TempDirFactory.createTempDirectory(AnnotatedElementContext elementContext,
ExtensionContext extensionContext)
Create a new temporary directory.
|
java.nio.file.Path |
TempDirFactory.Standard.createTempDirectory(AnnotatedElementContext elementContext,
ExtensionContext extensionContext) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
DefaultParameterContext |
| Modifier and Type | Class and Description |
|---|---|
private static class |
TempDirectory.FieldContext |
| 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) |