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

/haiku/src/tests/kits/locale/
H A DStringFormatTest.h13 class StringFormatTest: public BTestCase { class in inherits:BTestCase
15 StringFormatTest();
16 virtual ~StringFormatTest();
H A DStringFormatTest.cpp7 #include "StringFormatTest.h"
16 StringFormatTest::StringFormatTest() function in class:StringFormatTest
21 StringFormatTest::~StringFormatTest()
27 StringFormatTest::TestFormat()
95 StringFormatTest::TestBogus()
129 StringFormatTest::AddTests(BTestSuite& parent)
131 CppUnit::TestSuite& suite = *new CppUnit::TestSuite("StringFormatTest");
133 suite.addTest(new CppUnit::TestCaller<StringFormatTest>(
[all...]
H A DLocaleKitTestAddon.cpp16 #include "StringFormatTest.h"
30 StringFormatTest::AddTests(*suite);

Completed in 76 milliseconds