Searched refs:StringFormatAppendTest (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/kits/support/bstring/
H A DStringFormatAppendTest.h8 class StringFormatAppendTest : public BTestCase class in inherits:BTestCase
18 StringFormatAppendTest(std::string name = "");
19 virtual ~StringFormatAppendTest();
H A DStringFormatAppendTest.cpp1 #include "StringFormatAppendTest.h"
6 StringFormatAppendTest::StringFormatAppendTest(std::string name) function in class:StringFormatAppendTest
12 StringFormatAppendTest::~StringFormatAppendTest()
18 StringFormatAppendTest::PerformTest(void)
122 CppUnit::Test *StringFormatAppendTest::suite(void)
124 typedef CppUnit::TestCaller<StringFormatAppendTest>
128 &StringFormatAppendTest::PerformTest));
H A DStringTest.cpp15 #include "StringFormatAppendTest.h"
37 testSuite->addTest(StringFormatAppendTest::suite());

Completed in 39 milliseconds