Uses of Class
org.junit.platform.engine.support.store.Namespace
Packages that use Namespace
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 Namespace in org.junit.jupiter.engine.execution
Methods in org.junit.jupiter.engine.execution that return types with arguments of type NamespaceMethod parameters in org.junit.jupiter.engine.execution with type arguments of type NamespaceModifier 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 NamespaceModifierConstructorDescriptionNamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace) Constructor parameters in org.junit.jupiter.engine.execution with type arguments of type NamespaceModifierConstructorDescriptionLauncherStoreFacade(NamespacedHierarchicalStore<Namespace> requestLevelStore) NamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace) -
Uses of Namespace in org.junit.platform.engine
Methods in org.junit.platform.engine that return types with arguments of type NamespaceModifier and TypeMethodDescriptionExecutionRequest.getStore()Returns theNamespacedHierarchicalStorefor this request for storing request-scoped data.Method parameters in org.junit.platform.engine with type arguments of type NamespaceModifier and TypeMethodDescriptionstatic ExecutionRequestExecutionRequest.create(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore) Factory for creating an execution request. -
Uses of Namespace in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespaceModifier and TypeFieldDescriptionstatic final NamespaceNamespace.GLOBALThe default, global namespace which allows access to stored data from all extensions.Methods in org.junit.platform.engine.support.store that return NamespaceModifier and TypeMethodDescriptionCreate a new namespace by appending the suppliedpartsto the existing sequence of parts in this namespace.static NamespaceCreate a namespace which restricts access to data to all extensions which use the same sequence ofpartsfor creating a namespace.static NamespaceCreate a namespace which restricts access to data to all extensions which use the same sequence ofobjectsfor creating a namespace. -
Uses of Namespace in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return types with arguments of type NamespaceModifier and TypeMethodDescriptionLauncherSession.getStore()Get theNamespacedHierarchicalStoreassociated with this session. -
Uses of Namespace in org.junit.platform.launcher.core
Method parameters in org.junit.platform.launcher.core with type arguments of type NamespaceModifier and TypeMethodDescriptionvoidEngineExecutionOrchestrator.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.