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

/haiku/src/tests/kits/locale/
H A DRelativeDateTimeFormatTest.h16 class RelativeDateTimeFormatTest: public BTestCase { class in inherits:BTestCase
18 RelativeDateTimeFormatTest();
19 virtual ~RelativeDateTimeFormatTest();
H A DRelativeDateTimeFormatTest.cpp9 #include "RelativeDateTimeFormatTest.h"
28 RelativeDateTimeFormatTest::RelativeDateTimeFormatTest() function in class:RelativeDateTimeFormatTest
33 RelativeDateTimeFormatTest::~RelativeDateTimeFormatTest()
39 RelativeDateTimeFormatTest::TestDefault()
55 RelativeDateTimeFormatTest::TestFormat()
115 RelativeDateTimeFormatTest::AddTests(BTestSuite& parent)
117 CppUnit::TestSuite& suite = *new CppUnit::TestSuite("RelativeDateTimeFormatTest");
119 suite.addTest(new CppUnit::TestCaller<RelativeDateTimeFormatTest>(
[all...]
H A DLocaleKitTestAddon.cpp15 #include "RelativeDateTimeFormatTest.h"
31 RelativeDateTimeFormatTest::AddTests(*suite);

Completed in 50 milliseconds