Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
Packages that use NamespacedHierarchicalStore.StoredValue
Package
Description
Reusable data structures for test engines and their extensions.
-
Uses of NamespacedHierarchicalStore.StoredValue in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store with type parameters of type NamespacedHierarchicalStore.StoredValueModifier and TypeFieldDescriptionprivate final ConcurrentMap
<NamespacedHierarchicalStore.CompositeKey<N>, NamespacedHierarchicalStore.StoredValue> NamespacedHierarchicalStore.storedValues
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore.StoredValueModifier and TypeMethodDescriptionNamespacedHierarchicalStore.getStoredValue
(NamespacedHierarchicalStore.CompositeKey<N> compositeKey) NamespacedHierarchicalStore.storedValue
(Supplier<Object> value) Methods in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.StoredValueModifier and TypeMethodDescription(package private) static Object
NamespacedHierarchicalStore.StoredValue.evaluateIfNotNull
(NamespacedHierarchicalStore.StoredValue value)