Uses of Class
org.junit.jupiter.api.extension.ExtensionContext.Namespace
-
Packages that use ExtensionContext.Namespace 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. -
-
Uses of ExtensionContext.Namespace in org.junit.jupiter.api.extension
Fields in org.junit.jupiter.api.extension declared as ExtensionContext.Namespace Modifier and Type Field Description static ExtensionContext.NamespaceExtensionContext.Namespace. GLOBALThe default, global namespace which allows access to stored data from all extensions.Methods in org.junit.jupiter.api.extension that return ExtensionContext.Namespace Modifier and Type Method Description static ExtensionContext.NamespaceExtensionContext.Namespace. create(Object... parts)Create a namespace which restricts access to data to all extensions which use the same sequence ofpartsfor creating a namespace.Methods in org.junit.jupiter.api.extension with parameters of type ExtensionContext.Namespace Modifier and Type Method Description ExtensionContext.StoreExtensionContext. getStore(ExtensionContext.Namespace namespace)Get theExtensionContext.Storefor the suppliedExtensionContext.Namespace. -
Uses of ExtensionContext.Namespace in org.junit.jupiter.engine.execution
Constructors in org.junit.jupiter.engine.execution with parameters of type ExtensionContext.Namespace Constructor Description NamespaceAwareStore(ExtensionValuesStore valuesStore, ExtensionContext.Namespace namespace)
-