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.
Public API for test engines.
Reusable data structures for test engines and their extensions.
Public API for configuring and launching test plans.
Core support classes for the
Launcher
including the LauncherFactory
and the LauncherDiscoveryRequestBuilder.-
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return NamespacedHierarchicalStoreMethods in org.junit.jupiter.engine.execution with parameters of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionLauncherStoreFacade.getStoreAdapter(NamespacedHierarchicalStore<Namespace> valuesStore, ExtensionContext.Namespace namespace) Constructors in org.junit.jupiter.engine.execution with parameters of type NamespacedHierarchicalStoreModifierConstructorDescriptionLauncherStoreFacade(NamespacedHierarchicalStore<Namespace> requestLevelStore) NamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace) -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine
Methods in org.junit.platform.engine that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionExecutionRequest.getStore()Returns theNamespacedHierarchicalStorefor this request for storing request-scoped data.Methods in org.junit.platform.engine with parameters of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionstatic ExecutionRequestExecutionRequest.create(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore, CancellationToken cancellationToken) 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 NamespacedHierarchicalStoreModifier and TypeMethodDescriptionNamespacedHierarchicalStore.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 NamespacedHierarchicalStoreModifier and TypeMethodDescriptionNamespacedHierarchicalStore.getParent()Returns the parent store of thisNamespacedHierarchicalStore.Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStoreModifierConstructorDescriptionNamespacedHierarchicalStore(@Nullable NamespacedHierarchicalStore<N> parentStore) Create a new store with the supplied parent.NamespacedHierarchicalStore(@Nullable NamespacedHierarchicalStore<N> parentStore, @Nullable NamespacedHierarchicalStore.CloseAction<N> closeAction) Create a new store with the supplied parent and close action. -
Uses of NamespacedHierarchicalStore in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionLauncherSession.getStore()Get theNamespacedHierarchicalStoreassociated with this session. -
Uses of NamespacedHierarchicalStore in org.junit.platform.launcher.core
Methods in org.junit.platform.launcher.core with parameters of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionvoidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore, CancellationToken cancellationToken) Executes tests for the supplied discovery results and notifies the supplied listener of execution events.voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, TestExecutionListener testExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore, CancellationToken cancellationToken) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.