net.thucydides.core.sessions
Class TestSessionVariables

Package class diagram package TestSessionVariables
java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap
          extended by net.thucydides.core.sessions.TestSessionVariables
All Implemented Interfaces:
Serializable, ConcurrentMap, Map, SessionMap

public class TestSessionVariables
extends ConcurrentHashMap
implements SessionMap

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
TestSessionVariables()
           
 
Method Summary
 void addMetaData(String key, String value)
           
 void clearMetaData()
           
 Object get(Object o)
           
 Map<String,String> getMetaData()
           
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

TestSessionVariables

public TestSessionVariables()
Method Detail

get

public Object get(Object o)
Specified by:
get in interface Map
Overrides:
get in class ConcurrentHashMap

getMetaData

public Map<String,String> getMetaData()
Specified by:
getMetaData in interface SessionMap

addMetaData

public void addMetaData(String key,
                        String value)
Specified by:
addMetaData in interface SessionMap

clearMetaData

public void clearMetaData()
Specified by:
clearMetaData in interface SessionMap


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.