Package org.junit.platform.engine.support.store
package org.junit.platform.engine.support.store
Reusable data structures for test engines and their extensions.
-
ClassDescription
NamespacedHierarchicalStore
is a hierarchical, namespaced key-value store.Called for each successfully stored non-null value in the store when aNamespacedHierarchicalStore
isclosed
.Thread-safeSupplier
that memoizes the result of calling its delegate and ensures it is called at most once.Exception thrown by failedNamespacedHierarchicalStore
operations.