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.jupiter.api.extension.ExtensionContext.Namespace> valuesStore, org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace) -
Method Summary
Modifier and TypeMethodDescription<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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.junit.jupiter.api.extension.ExtensionContext.Store
getOrComputeIfAbsent, getOrDefault
-
Constructor Details
-
NamespaceAwareStore
public NamespaceAwareStore(org.junit.platform.engine.support.store.NamespacedHierarchicalStore<org.junit.jupiter.api.extension.ExtensionContext.Namespace> valuesStore, org.junit.jupiter.api.extension.ExtensionContext.Namespace namespace)
-
-
Method Details
-
get
- Specified by:
getin interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
get
- Specified by:
getin interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
getOrComputeIfAbsent
- Specified by:
getOrComputeIfAbsentin interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
getOrComputeIfAbsent
- Specified by:
getOrComputeIfAbsentin interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
put
- Specified by:
putin interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
remove
- Specified by:
removein interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-
remove
- Specified by:
removein interfaceorg.junit.jupiter.api.extension.ExtensionContext.Store
-