72 CHECK (sess->isValid());
84 UNIMPLEMENTED (
"clear objects in current session");
96 UNIMPLEMENTED (
"construct a pristine session");
109 UNIMPLEMENTED (
"rebuild session using a mock serialiser");
121 UNIMPLEMENTED (
"loading real session");
132 UNIMPLEMENTED (
"Serialise current session");
virtual void reset()=0
reset all session config and start with a pristine default session.
void saveSession(string &dest)
Check the session management operations provided by mobject::session::Session This includes accessing...
static session::SessManager & current
access point to the current Session
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
void buildTestsession1()
Create a Test Session configuration usable for various Tests.
void loadSession(const string &src)
Simple test class runner.
creation, access and Session lifecycle Interface.
virtual void clear()=0
clear current session contents without resetting overall session config.
bool checkTestsession1()
Analyse the current (global) Session to verify the configuration of "Test-Session 1"...
Dummy session content prepared for unit test.
Primary Interface to the current Session.