Uses of Interface
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CloseAction
Packages that use NamespacedHierarchicalStore.CloseAction
Package
Description
Reusable data structures for test engines and their extensions.
-
Uses of NamespacedHierarchicalStore.CloseAction in org.junit.platform.engine.support.store
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore.CloseActionModifier and TypeMethodDescriptionstatic <N> NamespacedHierarchicalStore.CloseAction<N> NamespacedHierarchicalStore.CloseAction.closeAutoCloseables()Static factory method for creating aNamespacedHierarchicalStore.CloseActionwhich closes any value that implementsAutoCloseable.Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CloseActionModifierConstructorDescriptionNamespacedHierarchicalStore(@Nullable NamespacedHierarchicalStore<N> parentStore, @Nullable NamespacedHierarchicalStore.CloseAction<N> closeAction) Create a new store with the supplied parent and close action.