Package net.serenitybdd.core
Interface SessionMap<K,V>
- All Superinterfaces:
Map<K,
V>
- All Known Implementing Classes:
TestSessionVariables
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMetaData
(String key, String value) void
void
shouldContainKey
(K key) Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
getMetaData
-
addMetaData
-
clearMetaData
void clearMetaData() -
shouldContainKey
-