Uses of Class
org.junit.platform.engine.support.store.Namespace
Packages that use Namespace
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 Namespace in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor with type parameters of type NamespaceModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> AbstractExtensionContext.valuesStoreMethods in org.junit.jupiter.engine.descriptor that return types with arguments of type NamespaceModifier and TypeMethodDescriptionprivate NamespacedHierarchicalStore<Namespace> AbstractExtensionContext.getParentStore(org.junit.jupiter.api.extension.ExtensionContext parent) -
Uses of Namespace in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as NamespaceFields in org.junit.jupiter.engine.execution with type parameters of type NamespaceModifier 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 NamespaceModifier and TypeMethodDescriptionprivate NamespaceLauncherStoreFacade.convert(org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace) 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
Fields in org.junit.platform.engine with type parameters of type NamespaceModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore<Namespace> ExecutionRequest.requestLevelStoreMethods 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.Constructor parameters in org.junit.platform.engine with type arguments of type NamespaceModifierConstructorDescriptionprivateExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore) -
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
Fields in org.junit.platform.launcher.core with type parameters of type NamespaceModifier and TypeFieldDescriptionprivate final Function<NamespacedHierarchicalStore<Namespace>, Launcher> SessionPerRequestLauncher.launcherFactoryprivate final NamespacedHierarchicalStore<Namespace> DefaultLauncher.sessionLevelStoreprivate final NamespacedHierarchicalStore<Namespace> DefaultLauncherSession.storeMethods in org.junit.platform.launcher.core that return types with arguments of type NamespaceModifier and TypeMethodDescriptionprivate NamespacedHierarchicalStore<Namespace> DefaultLauncher.createRequestLevelStore()DefaultLauncherSession.getStore()Method parameters in org.junit.platform.launcher.core with type arguments of type NamespaceModifier 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) Constructor parameters in org.junit.platform.launcher.core with type arguments of type NamespaceModifierConstructorDescription(package private)DefaultLauncher(Iterable<TestEngine> testEngines, Collection<PostDiscoveryFilter> postDiscoveryFilters, NamespacedHierarchicalStore<Namespace> sessionLevelStore) Construct a newDefaultLauncherwith the supplied test engines.(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 Namespace in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return types with arguments of type NamespaceModifier and TypeMethodDescriptionprivate static NamespacedHierarchicalStore<Namespace> EngineTestKit.newStore(NamespacedHierarchicalStore<Namespace> parentStore) Method parameters in org.junit.platform.testkit.engine with type arguments of type NamespaceModifier and TypeMethodDescriptionprivate static NamespacedHierarchicalStore<Namespace> EngineTestKit.newStore(NamespacedHierarchicalStore<Namespace> parentStore) private static voidEngineTestKit.withRequestLevelStore(Consumer<NamespacedHierarchicalStore<Namespace>> action)