Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
-
Packages that use NamespacedHierarchicalStore Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
-
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<org.junit.jupiter.api.extension.ExtensionContext.Namespace>
AbstractExtensionContext. valuesStore
Methods in org.junit.jupiter.engine.descriptor that return NamespacedHierarchicalStore Modifier and Type Method Description private NamespacedHierarchicalStore<org.junit.jupiter.api.extension.ExtensionContext.Namespace>
AbstractExtensionContext. createStore(org.junit.jupiter.api.extension.ExtensionContext parent)
-
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<org.junit.jupiter.api.extension.ExtensionContext.Namespace>
NamespaceAwareStore. valuesStore
Constructors in org.junit.jupiter.engine.execution with parameters of type NamespacedHierarchicalStore Constructor Description NamespaceAwareStore(NamespacedHierarchicalStore<org.junit.jupiter.api.extension.ExtensionContext.Namespace> valuesStore, org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace)
-
Uses of NamespacedHierarchicalStore in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<N>
NamespacedHierarchicalStore. parentStore
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<N>
NamespacedHierarchicalStore. 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 NamespacedHierarchicalStore Constructor Description NamespacedHierarchicalStore(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.
-