Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
-
Packages that use NamespacedHierarchicalStore Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
-
Uses of NamespacedHierarchicalStore in org.junit.platform.engine
Methods in org.junit.platform.engine that return NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>ExecutionRequest. getStore(){@return the {@link NamespacedHierarchicalStore} for this request for storing request-scoped data}Methods in org.junit.platform.engine with parameters of type NamespacedHierarchicalStore Modifier and Type Method Description static ExecutionRequestExecutionRequest. create(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore)Factory for creating an execution request. -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine.support.store
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 and this store's close action.Methods in org.junit.platform.engine.support.store that return types with arguments of type NamespacedHierarchicalStore Modifier and Type Method Description java.util.Optional<NamespacedHierarchicalStore<N>>NamespacedHierarchicalStore. getParent()Returns the parent store of thisNamespacedHierarchicalStore.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.
-