Uses of Interface
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CloseAction
-
Packages that use NamespacedHierarchicalStore.CloseAction Package Description org.junit.jupiter.engine.descriptor Test descriptors used within the JUnit Jupiter test engine.org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
-
Uses of NamespacedHierarchicalStore.CloseAction in org.junit.jupiter.engine.descriptor
Methods in org.junit.jupiter.engine.descriptor that return NamespacedHierarchicalStore.CloseAction Modifier and Type Method Description private <N> NamespacedHierarchicalStore.CloseAction<N>AbstractExtensionContext. createCloseAction() -
Uses of NamespacedHierarchicalStore.CloseAction in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStore.CloseAction Modifier and Type Field Description private NamespacedHierarchicalStore.CloseAction<N>NamespacedHierarchicalStore. closeActionMethods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore.CloseAction Modifier and Type Method Description static <N> NamespacedHierarchicalStore.CloseAction<N>NamespacedHierarchicalStore.CloseAction. closeAutoCloseables()Methods in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CloseAction Modifier and Type Method Description private voidNamespacedHierarchicalStore.EvaluatedValue. close(NamespacedHierarchicalStore.CloseAction<N> closeAction)Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CloseAction Constructor Description NamespacedHierarchicalStore(NamespacedHierarchicalStore<N> parentStore, NamespacedHierarchicalStore.CloseAction<N> closeAction)Create a new store with the supplied parent and close action.
-