Class NamespaceAwareStore
java.lang.Object
org.junit.jupiter.engine.execution.NamespaceAwareStore
- All Implemented Interfaces:
org.junit.jupiter.api.extension.ExtensionContext.Store
@API(status=INTERNAL,
since="5.0")
public class NamespaceAwareStore
extends Object
implements org.junit.jupiter.api.extension.ExtensionContext.Store
- Since:
- 5.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.junit.jupiter.api.extension.ExtensionContext.Store
org.junit.jupiter.api.extension.ExtensionContext.Store.CloseableResource -
Constructor Summary
ConstructorsConstructorDescriptionNamespaceAwareStore(org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace> valuesStore, org.junit.platform.engine.support.store.Namespace namespace) -
Method Summary
Modifier and TypeMethodDescription<K,V> Object computeIfAbsent(K key, Function<? super K, ? extends V> defaultCreator) <K,V> V computeIfAbsent(K key, Function<? super K, ? extends V> defaultCreator, Class<V> requiredType) @Nullable Object<T> @Nullable TgetOrComputeIfAbsent(K key, Function<? super K, ? extends V> defaultCreator) <K, V extends @Nullable Object>
@Nullable VgetOrComputeIfAbsent(K key, Function<? super K, ? extends V> defaultCreator, Class<V> requiredType) void@Nullable Object<T> @Nullable TMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.ExtensionContext.Store
computeIfAbsent, getOrComputeIfAbsent, getOrDefault
-
Constructor Details
-
NamespaceAwareStore
public NamespaceAwareStore(org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.platform.engine.support.store.Namespace> valuesStore, org.junit.platform.engine.support.store.Namespace namespace)
-
-
Method Details
-
get
-
get
-
getOrComputeIfAbsent
-
getOrComputeIfAbsent
-
computeIfAbsent
-
computeIfAbsent
-
put
-
remove
-
remove
-