Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
Packages that use NamespacedHierarchicalStore
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
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.Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> AbstractExtensionContext.valuesStoreMethods in org.junit.jupiter.engine.descriptor that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate NamespacedHierarchicalStore<Namespace> AbstractExtensionContext.getParentStore(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 NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> LauncherStoreFacade.requestLevelStoreprivate final NamespacedHierarchicalStore<Namespace> LauncherStoreFacade.sessionLevelStoreprivate final NamespacedHierarchicalStore<Namespace> NamespaceAwareStore.valuesStoreMethods 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, org.junit.jupiter.api.extension.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
Fields in org.junit.platform.engine declared as NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> ExecutionRequest.requestLevelStoreMethods 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) Factory for creating an execution request.Constructors in org.junit.platform.engine with parameters of type NamespacedHierarchicalStoreModifierConstructorDescriptionprivateExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore) -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<N> NamespacedHierarchicalStore.parentStoreMethods 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(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. -
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
Fields in org.junit.platform.launcher.core declared as NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> DefaultLauncher.sessionLevelStoreprivate final NamespacedHierarchicalStore<Namespace> DefaultLauncherSession.storeFields in org.junit.platform.launcher.core with type parameters of type NamespacedHierarchicalStoreModifier and TypeFieldDescriptionprivate final Function<NamespacedHierarchicalStore<Namespace>, Launcher> SessionPerRequestLauncher.launcherFactoryMethods in org.junit.platform.launcher.core that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate NamespacedHierarchicalStore<Namespace> DefaultLauncher.createRequestLevelStore()DefaultLauncherSession.getStore()Methods in org.junit.platform.launcher.core with parameters of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate static DefaultLauncherLauncherFactory.createDefaultLauncher(LauncherConfig config, LauncherConfigurationParameters configurationParameters, NamespacedHierarchicalStore<Namespace> sessionLevelStore) private voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, EngineExecutionListener parentEngineExecutionListener, TestExecutionListener testExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) (package private) voidEngineExecutionOrchestrator.execute(InternalTestPlan internalTestPlan, NamespacedHierarchicalStore<Namespace> requestLevelStore, TestExecutionListener... listeners) voidEngineExecutionOrchestrator.execute(LauncherDiscoveryResult discoveryResult, EngineExecutionListener engineExecutionListener, NamespacedHierarchicalStore<Namespace> requestLevelStore) 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) Executes tests for the supplied discoveryResult and notifies the supplied engineExecutionListener and testExecutionListener of execution events.private voidEngineExecutionOrchestrator.executeEngine(TestDescriptor engineDescriptor, EngineExecutionListener listener, ConfigurationParameters configurationParameters, TestEngine testEngine, OutputDirectoryCreator outputDirectoryCreator, DiscoveryIssueNotifier discoveryIssueNotifier, NamespacedHierarchicalStore<Namespace> requestLevelStore) private voidEngineExecutionOrchestrator.failOrExecuteEngine(LauncherDiscoveryResult discoveryResult, EngineExecutionListener listener, TestEngine testEngine, NamespacedHierarchicalStore<Namespace> requestLevelStore) Constructors in org.junit.platform.launcher.core with parameters of type NamespacedHierarchicalStoreModifierConstructorDescription(package private)DefaultLauncher(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters, NamespacedHierarchicalStore<Namespace> sessionLevelStore) Construct a newDefaultLauncherwith the supplied test engines.Constructor parameters in org.junit.platform.launcher.core with type arguments of type NamespacedHierarchicalStoreModifierConstructorDescription(package private)DefaultLauncherSession(List<LauncherInterceptor> interceptors, Supplier<LauncherSessionListener> listenerSupplier, Function<NamespacedHierarchicalStore<Namespace>, Launcher> launcherFactory) (package private)SessionPerRequestLauncher(Function<NamespacedHierarchicalStore<Namespace>, Launcher> launcherFactory, Supplier<LauncherSessionListener> sessionListenerSupplier, Supplier<List<LauncherInterceptor>> interceptorFactory) -
Uses of NamespacedHierarchicalStore in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate static NamespacedHierarchicalStore<Namespace> EngineTestKit.newStore(NamespacedHierarchicalStore<Namespace> parentStore) Methods in org.junit.platform.testkit.engine with parameters of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate static NamespacedHierarchicalStore<Namespace> EngineTestKit.newStore(NamespacedHierarchicalStore<Namespace> parentStore) Method parameters in org.junit.platform.testkit.engine with type arguments of type NamespacedHierarchicalStoreModifier and TypeMethodDescriptionprivate static voidEngineTestKit.withRequestLevelStore(Consumer<NamespacedHierarchicalStore<Namespace>> action)