


Public Member Functions | |
| TestQos (Global &global, string &name) | |
| virtual | ~TestQos () |
| void | testSessionQos () |
| void | testStatusQos () |
| void | setUp () |
| void | tearDown () |
Definition at line 23 of file TestQos.cpp.
| org::xmlBlaster::test::TestQos::TestQos | ( | Global & | global, | |
| string & | name | |||
| ) |
Definition at line 31 of file TestQos.cpp.
| virtual org::xmlBlaster::test::TestQos::~TestQos | ( | ) | [virtual] |
Definition at line 40 of file TestQos.cpp.
| void org::xmlBlaster::test::TestQos::testSessionQos | ( | ) |
Definition at line 44 of file TestQos.cpp.
References org::xmlBlaster::test::assertEquals(), org::xmlBlaster::util::qos::SessionQosData::getClearSessions(), org::xmlBlaster::util::qos::SessionQosData::getClusterNodeId(), org::xmlBlaster::util::qos::SessionQosData::getMaxSessions(), org::xmlBlaster::util::qos::SessionQosData::getPubSessionId(), org::xmlBlaster::util::qos::SessionQosData::getReconnectSameClientOnly(), org::xmlBlaster::util::qos::SessionQosData::getSecretSessionId(), org::xmlBlaster::util::qos::SessionQosData::getSubjectId(), org::xmlBlaster::util::qos::SessionQosData::getTimeout(), org::xmlBlaster::util::I_Log::info(), and org::xmlBlaster::util::qos::SessionQosFactory::readObject().
Referenced by main().
| void org::xmlBlaster::test::TestQos::testStatusQos | ( | ) |
Definition at line 71 of file TestQos.cpp.
References org::xmlBlaster::test::assertEquals(), org::xmlBlaster::util::qos::StatusQosData::getKeyOid(), org::xmlBlaster::util::qos::StatusQosData::getState(), org::xmlBlaster::util::qos::StatusQosData::getStateInfo(), org::xmlBlaster::util::qos::StatusQosData::getSubscriptionId(), org::xmlBlaster::util::I_Log::info(), org::xmlBlaster::util::qos::StatusQosData::isPersistent(), org::xmlBlaster::util::qos::StatusQosData::setKeyOid(), org::xmlBlaster::util::qos::StatusQosData::setPersistent(), org::xmlBlaster::util::qos::StatusQosData::setState(), org::xmlBlaster::util::qos::StatusQosData::setStateInfo(), org::xmlBlaster::util::qos::StatusQosData::setSubscriptionId(), and org::xmlBlaster::util::qos::StatusQosData::toXml().
Referenced by main().
| void org::xmlBlaster::test::TestQos::setUp | ( | ) | [virtual] |
Reimplemented from org::xmlBlaster::test::TestSuite.
Definition at line 106 of file TestQos.cpp.
Referenced by main().
| void org::xmlBlaster::test::TestQos::tearDown | ( | ) | [virtual] |
Reimplemented from org::xmlBlaster::test::TestSuite.
Definition at line 109 of file TestQos.cpp.
Referenced by main().