![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Check the session management operations provided by mobject::session::Session This includes accessing the current Session (somewhat a singleton).
load a Mock session
create a session and save (serialise) it
load a real test session
Definition at line 40 of file session-manager-test.cpp.
Private Member Functions | |
| virtual void | run (Arg arg) |
| void | getCurrentSession () |
| void | clearSession () |
| void | resetSession () |
| void | loadMockSession () |
| void | loadSession (const string &src) |
| void | saveSession (string &dest) |
|
inlineprivatevirtual |
Definition at line 43 of file session-manager-test.cpp.
References steam::mobject::session::buildTestsession1(), steam::mobject::session::checkTestsession1(), SessionManager_test::clearSession(), SessionManager_test::getCurrentSession(), SessionManager_test::loadMockSession(), SessionManager_test::loadSession(), and SessionManager_test::saveSession().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 60 of file session-manager-test.cpp.
References Session::current, and Session::isValid().
Referenced by SessionManager_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 73 of file session-manager-test.cpp.
References SessManager::clear(), and Session::current.
Referenced by SessionManager_test::run().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 85 of file session-manager-test.cpp.
References Session::current, and SessManager::reset().
Here is the call graph for this function:
|
inlineprivate |
Definition at line 98 of file session-manager-test.cpp.
Referenced by SessionManager_test::run().
Here is the caller graph for this function:
|
inlineprivate |
| src | string with serialised session data |
Definition at line 110 of file session-manager-test.cpp.
Referenced by SessionManager_test::run().
Here is the caller graph for this function:
|
inlineprivate |
| dest | string receiving the generated serialised stream |
Definition at line 121 of file session-manager-test.cpp.
Referenced by SessionManager_test::run().
Here is the caller graph for this function:
Inheritance diagram for SessionManager_test:
Collaboration diagram for SessionManager_test: