Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
-
Packages that use NamespacedHierarchicalStore 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 NamespacedHierarchicalStore in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>AbstractExtensionContext. valuesStoreMethods in org.junit.jupiter.engine.descriptor that return NamespacedHierarchicalStore Modifier and Type Method Description private NamespacedHierarchicalStore<Namespace>AbstractExtensionContext. getParentStore(org.junit.jupiter.api.extension.ExtensionContext parent) -
Uses of NamespacedHierarchicalStore in org.junit.jupiter.engine.execution
Fields in org.junit.jupiter.engine.execution declared as NamespacedHierarchicalStore 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 NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>LauncherStoreFacade. getRequestLevelStore()Methods in org.junit.jupiter.engine.execution with parameters of type NamespacedHierarchicalStore 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 NamespacedHierarchicalStore Constructor Description LauncherStoreFacade(NamespacedHierarchicalStore<Namespace> requestLevelStore)NamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace) -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine
Fields in org.junit.platform.engine declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>ExecutionRequest. requestLevelStoreMethods in org.junit.platform.engine that return NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>ExecutionRequest. getStore(){@return the {@link NamespacedHierarchicalStore} for this request for storing request-scoped data}Methods in org.junit.platform.engine with parameters of type NamespacedHierarchicalStore 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.Constructors in org.junit.platform.engine with parameters of type NamespacedHierarchicalStore Constructor Description ExecutionRequest(TestDescriptor rootTestDescriptor, EngineExecutionListener engineExecutionListener, ConfigurationParameters configurationParameters, OutputDirectoryCreator outputDirectoryCreator, NamespacedHierarchicalStore<Namespace> requestLevelStore) -
Uses of NamespacedHierarchicalStore in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<N>NamespacedHierarchicalStore. parentStoreMethods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<N>NamespacedHierarchicalStore. newChild()Create a child store with this store as its parent and this store's close action.Methods in org.junit.platform.engine.support.store that return types with arguments of type NamespacedHierarchicalStore Modifier and Type Method Description java.util.Optional<NamespacedHierarchicalStore<N>>NamespacedHierarchicalStore. getParent()Returns the parent store of thisNamespacedHierarchicalStore.Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore Constructor Description NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore)Create a new store with the supplied parent.NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore, NamespacedHierarchicalStore.CloseAction<N> closeAction)Create a new store with the supplied parent and close action. -
Uses of NamespacedHierarchicalStore in org.junit.platform.launcher
Methods in org.junit.platform.launcher that return NamespacedHierarchicalStore Modifier and Type Method Description NamespacedHierarchicalStore<Namespace>LauncherSession. getStore()Get theNamespacedHierarchicalStoreassociated with this session. -
Uses of NamespacedHierarchicalStore in org.junit.platform.launcher.core
Fields in org.junit.platform.launcher.core declared as NamespacedHierarchicalStore Modifier and Type Field Description private NamespacedHierarchicalStore<Namespace>DefaultLauncher. sessionLevelStoreprivate NamespacedHierarchicalStore<Namespace>DefaultLauncherSession. storeFields in org.junit.platform.launcher.core with type parameters of type NamespacedHierarchicalStore Modifier and Type Field Description private java.util.function.Function<NamespacedHierarchicalStore<Namespace>,Launcher>SessionPerRequestLauncher. launcherFactoryMethods in org.junit.platform.launcher.core that return NamespacedHierarchicalStore Modifier and Type Method Description private NamespacedHierarchicalStore<Namespace>DefaultLauncher. createRequestLevelStore()NamespacedHierarchicalStore<Namespace>DefaultLauncherSession. getStore()Methods in org.junit.platform.launcher.core with parameters of type NamespacedHierarchicalStore 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)Constructors in org.junit.platform.launcher.core with parameters of type NamespacedHierarchicalStore Constructor Description DefaultLauncher(java.lang.Iterable<TestEngine> testEngines, java.util.Collection<PostDiscoveryFilter> postDiscoveryFilters, NamespacedHierarchicalStore<Namespace> sessionLevelStore)Construct a newDefaultLauncherwith the supplied test engines.Constructor parameters in org.junit.platform.launcher.core with type arguments of type NamespacedHierarchicalStore Constructor Description 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 NamespacedHierarchicalStore in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return NamespacedHierarchicalStore Modifier and Type Method Description private static NamespacedHierarchicalStore<Namespace>EngineTestKit. newStore(NamespacedHierarchicalStore<Namespace> parentStore)Methods in org.junit.platform.testkit.engine with parameters of type NamespacedHierarchicalStore 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 NamespacedHierarchicalStore Modifier and Type Method Description private static voidEngineTestKit. withRequestLevelStore(java.util.function.Consumer<NamespacedHierarchicalStore<Namespace>> action)
-