Uses of Class
org.junit.platform.engine.support.store.NamespacedHierarchicalStoreException
Packages that use NamespacedHierarchicalStoreException
Package
Description
Reusable data structures for test engines and their extensions.
-
Uses of NamespacedHierarchicalStoreException in org.junit.platform.engine.support.store
Methods in org.junit.platform.engine.support.store that throw NamespacedHierarchicalStoreExceptionModifier and TypeMethodDescription<K,V> V NamespacedHierarchicalStore.computeIfAbsent(N namespace, K key, Function<? super K, ? extends V> defaultCreator, Class<V> requiredType) Return the value stored for the supplied namespace and key in this store or the parent store, if present and notnull, or call the supplied function to compute it and, finally, cast it to the supplied required type.<T> @Nullable TGet the value stored for the supplied namespace and key in this store or the parent store, if present, and cast it to the supplied required type.<K, V extends @Nullable Object>
@Nullable VNamespacedHierarchicalStore.getOrComputeIfAbsent(N namespace, K key, Function<? super K, ? extends V> defaultCreator, Class<V> requiredType) Deprecated.@Nullable ObjectPut the supplied value for the supplied namespace and key into this store and return the previously associated value in this store.<T> @Nullable TRemove the value stored for the supplied namespace and key from this store and cast it to the supplied required type.
NamespacedHierarchicalStore.computeIfAbsent(Object, Object, Function, Class)instead.