Uses of Class
org.junit.platform.engine.support.store.Namespace
-
Packages that use Namespace Package Description org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.store 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 Namespace Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>ExecutionRequest. getStore(){@return the {@link NamespacedHierarchicalStore} for this request for storing request-scoped data}Method parameters in org.junit.platform.engine with type arguments of type Namespace Modifier and Type Method Description static 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 Namespace Modifier and Type Field Description static NamespaceNamespace. GLOBALThe default, global namespace which allows access to stored data from all extensions.Methods in org.junit.platform.engine.support.store that return Namespace Modifier and Type Method Description NamespaceNamespace. append(java.lang.Object... parts)Create a new namespace by appending the suppliedpartsto the existing sequence of parts in this namespace.static NamespaceNamespace. create(java.lang.Object... parts)Create a namespace which restricts access to data to all extensions which use the same sequence ofpartsfor creating a namespace.static NamespaceNamespace. create(java.util.List<java.lang.Object> objects)Create a namespace which restricts access to data to all extensions which use the same sequence ofobjectsfor creating a namespace.
-