Uses of Class
org.junit.platform.engine.support.store.Namespace
Packages that use Namespace
Package
Description
Public API for test engines.
Reusable data structures for test engines and their extensions.
-
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, CancellationToken cancellationToken) 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.