Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStore.EvaluatedValue
-
Packages that use NamespacedHierarchicalStore.EvaluatedValue Package Description org.junit.platform.engine.support.store Reusable data structures for test engines and their extensions. -
-
Uses of NamespacedHierarchicalStore.EvaluatedValue in org.junit.platform.engine.support.store
Fields in org.junit.platform.engine.support.store with type parameters of type NamespacedHierarchicalStore.EvaluatedValue Modifier and Type Field Description private static java.util.Comparator<NamespacedHierarchicalStore.EvaluatedValue<?>>
NamespacedHierarchicalStore.EvaluatedValue. REVERSE_INSERT_ORDER
Methods in org.junit.platform.engine.support.store that return NamespacedHierarchicalStore.EvaluatedValue Modifier and Type Method Description private <N> NamespacedHierarchicalStore.EvaluatedValue<N>
NamespacedHierarchicalStore.StoredValue. evaluateSafely(NamespacedHierarchicalStore.CompositeKey<N> compositeKey)
-