Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.StoredValue
-
Packages that use NamespacedHierarchicalStore.StoredValue Package Description org.junit.platform.engine.support.store 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.StoredValue Modifier and Type Field Description private java.util.concurrent.ConcurrentMap<NamespacedHierarchicalStore.CompositeKey<N>,NamespacedHierarchicalStore.StoredValue>
NamespacedHierarchicalStore. storedValues
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore.StoredValue Modifier and Type Method Description private NamespacedHierarchicalStore.StoredValue
NamespacedHierarchicalStore. getStoredValue(NamespacedHierarchicalStore.CompositeKey<N> compositeKey)
private NamespacedHierarchicalStore.StoredValue
NamespacedHierarchicalStore. storedValue(java.util.function.Supplier<java.lang.Object> value)
Methods in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.StoredValue Modifier and Type Method Description (package private) static java.lang.Object
NamespacedHierarchicalStore.StoredValue. evaluateIfNotNull(NamespacedHierarchicalStore.StoredValue value)
-