Interface ScenarioContext
-
- All Known Implementing Classes:
ScenarioContext.UnmodifiableScenarioContext,ScenarioContextImpl
public interface ScenarioContext extends Map<String,Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description <T> TgetOrDefault(String key, T defaultValue)default ScenarioContextunmodifiable()-
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 Detail
-
unmodifiable
default ScenarioContext unmodifiable()
-
getOrDefault
<T> T getOrDefault(String key, T defaultValue)
-
-