Package | Description |
---|---|
org.junit.jupiter.api.extension |
JUnit Jupiter API for writing extensions.
|
org.junit.jupiter.engine.execution |
Internal classes for test execution within the JUnit Jupiter test engine.
|
Modifier and Type | Field and Description |
---|---|
static ExtensionContext.Namespace |
ExtensionContext.Namespace.GLOBAL
The default, global namespace which allows access to stored data from
all extensions.
|
Modifier and Type | Method and Description |
---|---|
static ExtensionContext.Namespace |
ExtensionContext.Namespace.create(Object... parts)
Create a namespace which restricts access to data to all extensions
which use the same sequence of
parts for creating a namespace. |
Modifier and Type | Method and Description |
---|---|
ExtensionContext.Store |
ExtensionContext.getStore(ExtensionContext.Namespace namespace)
Get the
ExtensionContext.Store for the supplied ExtensionContext.Namespace . |
Constructor and Description |
---|
NamespaceAwareStore(ExtensionValuesStore valuesStore,
ExtensionContext.Namespace namespace) |