Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.CompositeKey
-
Packages that use NamespacedHierarchicalStore.CompositeKey Package Description org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
-
Uses of NamespacedHierarchicalStore.CompositeKey in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store declared as NamespacedHierarchicalStore.CompositeKey Modifier and Type Field Description private NamespacedHierarchicalStore.CompositeKey<N>
NamespacedHierarchicalStore.EvaluatedValue. compositeKey
Fields in org.junit.platform.engine.support.store with type parameters of type NamespacedHierarchicalStore.CompositeKey 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 with parameters of type NamespacedHierarchicalStore.CompositeKey Modifier and Type Method Description private <N> NamespacedHierarchicalStore.EvaluatedValue<N>
NamespacedHierarchicalStore.StoredValue. evaluateSafely(NamespacedHierarchicalStore.CompositeKey<N> compositeKey)
private NamespacedHierarchicalStore.StoredValue
NamespacedHierarchicalStore. getStoredValue(NamespacedHierarchicalStore.CompositeKey<N> compositeKey)
Constructors in org.junit.platform.engine.support.store with parameters of type NamespacedHierarchicalStore.CompositeKey Constructor Description EvaluatedValue(NamespacedHierarchicalStore.CompositeKey<N> compositeKey, int order, java.lang.Object value)
-