Uses of Interface
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CloseAction
Packages that use NamespacedHierarchicalStore.CloseAction
Package
Description
Test descriptors used within the JUnit Jupiter test engine.
Reusable data structures for test engines and their extensions.
-
Uses of NamespacedHierarchicalStore.CloseAction in org.junit.jupiter.engine.descriptor
Fields in org.junit.jupiter.engine.descriptor declared as NamespacedHierarchicalStore.CloseActionModifier and TypeFieldDescriptionprivate static final NamespacedHierarchicalStore.CloseAction
<org.junit.jupiter.api.extension.ExtensionContext.Namespace> AbstractExtensionContext.CLOSE_RESOURCES
-
Uses of NamespacedHierarchicalStore.CloseAction in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStore.CloseActionModifier and TypeFieldDescriptionprivate final NamespacedHierarchicalStore.CloseAction
<N> NamespacedHierarchicalStore.closeAction
Methods in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CloseActionModifier and TypeMethodDescriptionprivate void
NamespacedHierarchicalStore.EvaluatedValue.close
(NamespacedHierarchicalStore.CloseAction<N> closeAction) Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CloseActionModifierConstructorDescriptionNamespacedHierarchicalStore
(NamespacedHierarchicalStore<N> parentStore, NamespacedHierarchicalStore.CloseAction<N> closeAction) Create a new store with the supplied parent and close action.