Uses of Interface
net.serenitybdd.core.SessionMap
-
Packages that use SessionMap Package Description net.serenitybdd.core Core domain model for the Serenity application.net.serenitybdd.core.sessions net.thucydides.core Core domain model for the Thucydides application. -
-
Uses of SessionMap in net.serenitybdd.core
Methods in net.serenitybdd.core that return SessionMap Modifier and Type Method Description static SessionMap<Object,Object>
Serenity. getCurrentSession()
-
Uses of SessionMap in net.serenitybdd.core.sessions
Classes in net.serenitybdd.core.sessions that implement SessionMap Modifier and Type Class Description class
TestSessionVariables<K,V>
-
Uses of SessionMap in net.thucydides.core
Methods in net.thucydides.core that return SessionMap Modifier and Type Method Description static SessionMap<Object,Object>
Thucydides. getCurrentSession()
Deprecated.
-