Searched refs:StringFormatAppendTest (Results 1 – 4 of 4) sorted by relevance
6 StringFormatAppendTest::StringFormatAppendTest(std::string name) in StringFormatAppendTest() function in StringFormatAppendTest12 StringFormatAppendTest::~StringFormatAppendTest() in ~StringFormatAppendTest()18 StringFormatAppendTest::PerformTest(void) in PerformTest()122 CppUnit::Test *StringFormatAppendTest::suite(void) in suite()124 typedef CppUnit::TestCaller<StringFormatAppendTest> in suite()128 &StringFormatAppendTest::PerformTest)); in suite()
8 class StringFormatAppendTest : public BTestCase18 StringFormatAppendTest(std::string name = "");19 virtual ~StringFormatAppendTest();
37 testSuite->addTest(StringFormatAppendTest::suite()); in StringTestSuite()
72 StringFormatAppendTest.cpp