Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Packages that use NamespacedHierarchicalStore
Package
Description
Internal classes for test execution within the JUnit Jupiter test engine.
Reusable data structures for test engines and their extensions.
-
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.execution
Constructors in org.junit.jupiter.engine.execution with parameters of type NamespacedHierarchicalStoreModifierConstructorDescriptionNamespaceAwareStore
(NamespacedHierarchicalStore<ExtensionContext.Namespace> valuesStore, ExtensionContext.Namespace namespace) -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine.support.store
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionNamespacedHierarchicalStore.newChild()
Create a child store with this store as its parent using the same close action.Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStoreModifierConstructorDescriptionNamespacedHierarchicalStore
(NamespacedHierarchicalStore<N> parentStore) Create a new store with the supplied parent.NamespacedHierarchicalStore
(NamespacedHierarchicalStore<N> parentStore, NamespacedHierarchicalStore.CloseAction<N> closeAction) Create a new store with the supplied parent and close action.