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 TypeMethodDescriptionvoidaddMetaData(String key, String value) voidvoidshouldContainKey(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
-