Public Member Functions | |
TestClientProperty (Global &global, string &name) | |
virtual | ~TestClientProperty () |
void | testQosData () |
void | testClientProperty () |
void | setUp () |
void | tearDown () |
Definition at line 24 of file TestClientProperty.cpp.
org::xmlBlaster::test::TestClientProperty::TestClientProperty | ( | Global & | global, | |
string & | name | |||
) |
Definition at line 32 of file TestClientProperty.cpp.
virtual org::xmlBlaster::test::TestClientProperty::~TestClientProperty | ( | ) | [virtual] |
Definition at line 41 of file TestClientProperty.cpp.
void org::xmlBlaster::test::TestClientProperty::testQosData | ( | ) |
Definition at line 45 of file TestClientProperty.cpp.
References org::xmlBlaster::util::qos::QosData::addClientProperty(), org::xmlBlaster::test::assertEquals(), org::xmlBlaster::util::Constants::ENCODING_BASE64, org::xmlBlaster::util::I_Log::error(), org::xmlBlaster::util::qos::QosData::getClientProperties(), org::xmlBlaster::util::qos::QosData::getClientProperty(), org::xmlBlaster::util::qos::ClientProperty::getName(), org::xmlBlaster::util::qos::ClientProperty::getStringValue(), org::xmlBlaster::util::qos::ClientProperty::getType(), org::xmlBlaster::util::I_Log::info(), org::xmlBlaster::util::qos::ClientProperty::isBase64(), org::xmlBlaster::util::qos::ClientProperty::toXml(), and org::xmlBlaster::util::Constants::TYPE_STRING.
Referenced by main().
void org::xmlBlaster::test::TestClientProperty::testClientProperty | ( | ) |
Definition at line 88 of file TestClientProperty.cpp.
References org::xmlBlaster::test::assertEquals(), org::xmlBlaster::util::qos::ClientProperty::getCharset(), org::xmlBlaster::util::qos::ClientProperty::getEncoding(), org::xmlBlaster::util::qos::ClientProperty::getName(), org::xmlBlaster::util::qos::ClientProperty::getStringValue(), org::xmlBlaster::util::qos::ClientProperty::getType(), org::xmlBlaster::util::qos::ClientProperty::getValue(), org::xmlBlaster::util::qos::ClientProperty::getValueRaw(), org::xmlBlaster::util::I_Log::info(), org::xmlBlaster::util::qos::ClientProperty::isBase64(), org::xmlBlaster::util::qos::ClientProperty::setCharset(), and org::xmlBlaster::util::qos::ClientProperty::toXml().
Referenced by main().
void org::xmlBlaster::test::TestClientProperty::setUp | ( | ) | [virtual] |
Reimplemented from org::xmlBlaster::test::TestSuite.
Definition at line 330 of file TestClientProperty.cpp.
Referenced by main().
void org::xmlBlaster::test::TestClientProperty::tearDown | ( | ) | [virtual] |
Reimplemented from org::xmlBlaster::test::TestSuite.
Definition at line 333 of file TestClientProperty.cpp.
Referenced by main().