Uses of Class
org.junit.jupiter.api.extension.ExtensionContext.Namespace
Packages that use ExtensionContext.Namespace
Package
Description
JUnit Jupiter API for writing extensions.
Test descriptors used within the JUnit Jupiter test engine.
Internal classes for test execution within the JUnit Jupiter test engine.
Test extensions specific to the JUnit Jupiter test engine.
JUnit Jupiter extension for parameterized tests.
-
Uses of ExtensionContext.Namespace in org.junit.jupiter.api.extension
Fields in org.junit.jupiter.api.extension declared as ExtensionContext.NamespaceModifier and TypeFieldDescriptionstatic final 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.NamespaceModifier and TypeMethodDescriptionCreate a new namespace by appending the suppliedpartsto the existing sequence of parts in this namespace.static ExtensionContext.NamespaceCreate 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.NamespaceModifier and TypeMethodDescriptionExtensionContext.getStore(ExtensionContext.Namespace namespace) Get theExtensionContext.Storefor the suppliedExtensionContext.Namespace. -
Uses of ExtensionContext.Namespace in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor with type parameters of type ExtensionContext.NamespaceModifier and TypeFieldDescriptionprivate static final NamespacedHierarchicalStore.CloseAction<ExtensionContext.Namespace> AbstractExtensionContext.CLOSE_RESOURCESprivate final NamespacedHierarchicalStore<ExtensionContext.Namespace> AbstractExtensionContext.valuesStoreMethods in org.junit.jupiter.engine.descriptor that return types with arguments of type ExtensionContext.NamespaceMethods in org.junit.jupiter.engine.descriptor with parameters of type ExtensionContext.NamespaceModifier and TypeMethodDescriptionAbstractExtensionContext.getStore(ExtensionContext.Namespace namespace) -
Uses of ExtensionContext.Namespace in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as ExtensionContext.NamespaceModifier and TypeFieldDescriptionprivate final ExtensionContext.NamespaceNamespaceAwareStore.namespaceFields in org.junit.jupiter.engine.execution with type parameters of type ExtensionContext.NamespaceModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<ExtensionContext.Namespace> NamespaceAwareStore.valuesStoreConstructors in org.junit.jupiter.engine.execution with parameters of type ExtensionContext.NamespaceModifierConstructorDescriptionNamespaceAwareStore(NamespacedHierarchicalStore<ExtensionContext.Namespace> valuesStore, ExtensionContext.Namespace namespace) Constructor parameters in org.junit.jupiter.engine.execution with type arguments of type ExtensionContext.NamespaceModifierConstructorDescriptionNamespaceAwareStore(NamespacedHierarchicalStore<ExtensionContext.Namespace> valuesStore, ExtensionContext.Namespace namespace) -
Uses of ExtensionContext.Namespace in org.junit.jupiter.engine.extension
Fields in org.junit.jupiter.engine.extension declared as ExtensionContext.NamespaceModifier and TypeFieldDescription(package private) static final ExtensionContext.NamespaceTempDirectory.NAMESPACEprivate static final ExtensionContext.NamespaceTimeoutExtension.NAMESPACE -
Uses of ExtensionContext.Namespace in org.junit.jupiter.params
Fields in org.junit.jupiter.params declared as ExtensionContext.NamespaceModifier and TypeFieldDescriptionprivate static final ExtensionContext.NamespaceParameterizedTestParameterResolver.NAMESPACE