

Public Member Functions | |
| TestDoubleGlobal (Global &glob) | |
| void | tearDown () |
| virtual | ~TestDoubleGlobal () |
| void | setUp () |
| void | sessionQos (Global &glob, string &shouldSessionName) |
| void | testSessionQos () |
Definition at line 22 of file TestDoubleGlobal.cpp.
| org::xmlBlaster::test::TestDoubleGlobal::TestDoubleGlobal | ( | Global & | glob | ) |
Definition at line 32 of file TestDoubleGlobal.cpp.
References org::xmlBlaster::util::SessionName::useSessionMarker().
| virtual org::xmlBlaster::test::TestDoubleGlobal::~TestDoubleGlobal | ( | ) | [virtual] |
Definition at line 48 of file TestDoubleGlobal.cpp.
| void org::xmlBlaster::test::TestDoubleGlobal::tearDown | ( | ) |
| void org::xmlBlaster::test::TestDoubleGlobal::setUp | ( | ) |
Definition at line 52 of file TestDoubleGlobal.cpp.
References org::xmlBlaster::util::Global::getProperty(), org::xmlBlaster::util::Global::initialize(), and org::xmlBlaster::util::Property::setProperty().
Referenced by main().
| void org::xmlBlaster::test::TestDoubleGlobal::sessionQos | ( | Global & | glob, | |
| string & | shouldSessionName | |||
| ) |
Definition at line 61 of file TestDoubleGlobal.cpp.
References org::xmlBlaster::test::assertEquals(), org::xmlBlaster::util::qos::SessionQosData::getAbsoluteName(), org::xmlBlaster::util::Global::getProperty(), org::xmlBlaster::util::Property::getStringProperty(), org::xmlBlaster::util::I_Log::info(), org::xmlBlaster::util::qos::SessionQosFactory::readObject(), org::xmlBlaster::util::qos::SessionQosData::setAbsoluteName(), and org::xmlBlaster::util::Property::setProperty().
Referenced by testSessionQos().
| void org::xmlBlaster::test::TestDoubleGlobal::testSessionQos | ( | ) |