Uses of Class
org.junit.jupiter.api.extension.ExtensionContext.Namespace
Package
Description
JUnit Jupiter API for writing extensions.
Internal classes for test execution within the JUnit Jupiter test engine.
-
Uses of ExtensionContext.Namespace in org.junit.jupiter.api.extension
Modifier and TypeFieldDescriptionstatic ExtensionContext.Namespace
ExtensionContext.Namespace.GLOBAL
The default, global namespace which allows access to stored data from all extensions.Modifier and TypeMethodDescriptionCreate a new namespace by appending the suppliedparts
to the existing sequence of parts in this namespace.static ExtensionContext.Namespace
Create a namespace which restricts access to data to all extensions which use the same sequence ofparts
for creating a namespace.Modifier and TypeMethodDescriptionExtensionContext.getStore(ExtensionContext.Namespace namespace)
Get theExtensionContext.Store
for the suppliedExtensionContext.Namespace
. -
Uses of ExtensionContext.Namespace in org.junit.jupiter.engine.execution
ModifierConstructorDescriptionNamespaceAwareStore(ExtensionValuesStore valuesStore, ExtensionContext.Namespace namespace)