| Package | Description |
|---|---|
| org.junit.platform.engine.support.store |
Reusable data structures for test engines and their extensions.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<NamespacedHierarchicalStore.CompositeKey<N>,NamespacedHierarchicalStore.StoredValue> |
NamespacedHierarchicalStore.storedValues |
| Modifier and Type | Method and Description |
|---|---|
private NamespacedHierarchicalStore.StoredValue |
NamespacedHierarchicalStore.getStoredValue(NamespacedHierarchicalStore.CompositeKey<N> compositeKey) |
private NamespacedHierarchicalStore.StoredValue |
NamespacedHierarchicalStore.storedValue(java.util.function.Supplier<java.lang.Object> value) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.lang.Object |
NamespacedHierarchicalStore.StoredValue.evaluateIfNotNull(NamespacedHierarchicalStore.StoredValue value) |