Uses of Class
org.junit.platform.engine.support.store.Namespace
-
Packages that use Namespace Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.jupiter.engine.execution Internal classes for test execution within the JUnit Jupiter test engine.org.junit.platform.engine Public API for test engines.org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions.org.junit.platform.launcher Public API for configuring and launching test plans.org.junit.platform.launcher.core Core support classes for theLauncherincluding theLauncherFactoryand theLauncherDiscoveryRequestBuilder.org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning 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 Namespace Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>AbstractExtensionContext. valuesStoreMethods in org.junit.jupiter.engine.descriptor that return types with arguments of type Namespace Modifier and Type Method Description private 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 Namespace Modifier and Type Field Description private NamespaceNamespaceAwareStore. namespaceFields in org.junit.jupiter.engine.execution with type parameters of type Namespace Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>LauncherStoreFacade. requestLevelStoreprivate NamespacedHierarchicalStore<Namespace>LauncherStoreFacade. sessionLevelStoreprivate NamespacedHierarchicalStore<Namespace>NamespaceAwareStore. valuesStoreMethods in org.junit.jupiter.engine.execution that return Namespace Modifier and Type Method Description private NamespaceLauncherStoreFacade. convert(org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace)Methods in org.junit.jupiter.engine.execution that return types with arguments of type Namespace Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>LauncherStoreFacade. getRequestLevelStore()Method parameters in org.junit.jupiter.engine.execution with type arguments of type Namespace Modifier and Type Method Description NamespaceAwareStoreLauncherStoreFacade. getStoreAdapter(NamespacedHierarchicalStore<Namespace> valuesStore, org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace)Constructors in org.junit.jupiter.engine.execution with parameters of type Namespace Constructor Description NamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace)Constructor parameters in org.junit.jupiter.engine.execution with type arguments of type Namespace Constructor Description LauncherStoreFacade(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 Namespace Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>ExecutionRequest. requestLevelStoreMethods 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.Constructor parameters in org.junit.platform.engine with type arguments of type Namespace Constructor Description ExecutionRequest(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 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. -
Uses of Namespace in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return types with arguments of type Namespace Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>LauncherSession. 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 Namespace Modifier and Type Field Description private java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher>SessionPerRequestLauncher. launcherFactoryprivate NamespacedHierarchicalStore<Namespace>DefaultLauncher. sessionLevelStoreprivate NamespacedHierarchicalStore<Namespace>DefaultLauncherSession. storeMethods in org.junit.platform.launcher.core that return types with arguments of type Namespace Modifier and Type Method Description private NamespacedHierarchicalStore<Namespace>DefaultLauncher. createRequestLevelStore()NamespacedHierarchicalStore<Namespace>DefaultLauncherSession. getStore()Method parameters in org.junit.platform.launcher.core with type arguments of type Namespace Modifier and Type Method Description private 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 Namespace Constructor Description DefaultLauncher(java.lang.Iterable<TestEngine> testEngines, java.util.Collection<PostDiscoveryFilter> postDiscoveryFilters, NamespacedHierarchicalStore<Namespace> sessionLevelStore)Construct a newDefaultLauncherwith the supplied test engines.DefaultLauncherSession(java.util.List<LauncherInterceptor> interceptors, java.util.function.Supplier<LauncherSessionListener> listenerSupplier, java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher> launcherFactory)SessionPerRequestLauncher(java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher> launcherFactory, java.util.function.Supplier<LauncherSessionListener> sessionListenerSupplier, java.util.function.Supplier<java.util.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 Namespace Modifier and Type Method Description private static NamespacedHierarchicalStore<Namespace>EngineTestKit. newStore(NamespacedHierarchicalStore<Namespace> parentStore)Method parameters in org.junit.platform.testkit.engine with type arguments of type Namespace Modifier and Type Method Description private static NamespacedHierarchicalStore<Namespace>EngineTestKit. newStore(NamespacedHierarchicalStore<Namespace> parentStore)private static voidEngineTestKit. withRequestLevelStore(java.util.function.Consumer<NamespacedHierarchicalStore<Namespace>> action)
-