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 -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Namespaceprivate final NamespacedHierarchicalStore<Namespace> -
Constructor Summary
ConstructorsConstructorDescriptionNamespaceAwareStore(NamespacedHierarchicalStore<Namespace> valuesStore, Namespace namespace) -
Method Summary
Modifier and TypeMethodDescriptionprivate <T> TaccessStore(Supplier<T> action) <T> T<K,V> Object getOrComputeIfAbsent(K key, Function<K, V> defaultCreator) <K,V> V getOrComputeIfAbsent(K key, Function<K, V> defaultCreator, Class<V> requiredType) void<T> 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
getOrComputeIfAbsent, getOrDefault
-
Field Details
-
valuesStore
-
namespace
-
-
Constructor Details
-
NamespaceAwareStore
-
-
Method Details
-
get
-
get
-
getOrComputeIfAbsent
-
getOrComputeIfAbsent
-
put
-
remove
-
remove
-
accessStore
-