Home
last modified time | relevance | path

Searched refs:StringFormatAppendTest (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringFormatAppendTest.cpp6 StringFormatAppendTest::StringFormatAppendTest(std::string name) in StringFormatAppendTest() function in StringFormatAppendTest
12 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()
H A DStringFormatAppendTest.h8 class StringFormatAppendTest : public BTestCase
18 StringFormatAppendTest(std::string name = "");
19 virtual ~StringFormatAppendTest();
H A DStringTest.cpp37 testSuite->addTest(StringFormatAppendTest::suite()); in StringTestSuite()
/haiku/src/tests/kits/support/
H A DJamfile72 StringFormatAppendTest.cpp