headers/tools/cppunit/TestSuite.h
24
virtual void addTest(std::string name, CppUnit::Test *test);
headers/tools/cppunit/cppunit/TestSuite.h
58
void addTest( Test *test );
headers/tools/cppunit/cppunit/extensions/TestSuiteBuilder.h
55
void addTest( Test *test )
headers/tools/cppunit/cppunit/extensions/TestSuiteBuilder.h
57
m_suite->addTest( test );
headers/tools/cppunit/cppunit/extensions/TestSuiteBuilder.h
66
addTest( test );
headers/tools/cppunit/cppunit/extensions/TestSuiteBuilder.h
77
addTest( test );
headers/tools/cppunit/cppunit/extensions/TestSuiteBuilder.h
90
addTest( test );
headers/tools/cppunit/cppunit/ui/text/TestRunner.h
74
void addTest( Test *test );
src/tests/ExampleTest.cpp
33
suite->addTest(caller);
src/tests/ExampleTest.cpp
41
suite->addTest(caller);
src/tests/ExampleTest.cpp
49
suite->addTest(caller);
src/tests/ExampleTest.cpp
52
suite->addTest(new CppUnit::TestCaller<ExampleTest>(
src/tests/ExampleTest.cpp
54
suite->addTest(new CppUnit::TestCaller<ExampleTest>(
src/tests/ExampleTestAddon.cpp
8
suite->addTest("ExampleTests", ExampleTest::Suite());
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
22
suite->addTest("BMPTranslator", BMPTranslatorTest::Suite());
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
23
suite->addTest("PNGTranslator", PNGTranslatorTest::Suite());
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
24
suite->addTest("STXTTranslator", STXTTranslatorTest::Suite());
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
25
suite->addTest("TGATranslator", TGATranslatorTest::Suite());
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
26
suite->addTest("TIFFTranslator", TIFFTranslatorTest::Suite());
src/tests/add-ons/translators/bmptranslator/BMPTranslatorTest.cpp
64
suite->addTest(
src/tests/add-ons/translators/bmptranslator/BMPTranslatorTest.cpp
68
suite->addTest(
src/tests/add-ons/translators/bmptranslator/BMPTranslatorTest.cpp
72
suite->addTest(
src/tests/add-ons/translators/bmptranslator/BMPTranslatorTest.cpp
77
suite->addTest(
src/tests/add-ons/translators/pngtranslator/PNGTranslatorTest.cpp
51
suite->addTest(
src/tests/add-ons/translators/pngtranslator/PNGTranslatorTest.cpp
55
suite->addTest(
src/tests/add-ons/translators/pngtranslator/PNGTranslatorTest.cpp
60
suite->addTest(
src/tests/add-ons/translators/stxttranslator/STXTTranslatorTest.cpp
29
suite->addTest(
src/tests/add-ons/translators/stxttranslator/STXTTranslatorTest.cpp
33
suite->addTest(
src/tests/add-ons/translators/stxttranslator/STXTTranslatorTest.cpp
37
suite->addTest(
src/tests/add-ons/translators/stxttranslator/STXTTranslatorTest.cpp
42
suite->addTest(
src/tests/add-ons/translators/tgatranslator/TGATranslatorTest.cpp
58
suite->addTest(
src/tests/add-ons/translators/tgatranslator/TGATranslatorTest.cpp
62
suite->addTest(
src/tests/add-ons/translators/tgatranslator/TGATranslatorTest.cpp
66
suite->addTest(
src/tests/add-ons/translators/tgatranslator/TGATranslatorTest.cpp
71
suite->addTest(
src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp
29
suite->addTest(
src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp
33
suite->addTest(
src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp
38
suite->addTest(
src/tests/apps/haikudepot/DataIOUtilsTest.cpp
112
suite.addTest(
src/tests/apps/haikudepot/DataIOUtilsTest.cpp
117
suite.addTest(
src/tests/apps/haikudepot/DataIOUtilsTest.cpp
122
suite.addTest(
src/tests/apps/haikudepot/DataIOUtilsTest.cpp
127
parent.addTest("DataIOUtilsTest", &suite);
src/tests/apps/haikudepot/DumpExportRepositoryJsonListenerTest.cpp
233
suite.addTest(
src/tests/apps/haikudepot/DumpExportRepositoryJsonListenerTest.cpp
238
suite.addTest(
src/tests/apps/haikudepot/DumpExportRepositoryJsonListenerTest.cpp
243
parent.addTest("DumpExportRepositoryJsonListenerTest", &suite);
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
271
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
274
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
278
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
282
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
286
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
290
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
294
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
297
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
300
suite.addTest(new CppUnit::TestCaller<DumpExportRepositoryTest>(
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
303
parent.addTest("DumpExportRepositoryTest", &suite);
src/tests/apps/haikudepot/JwtTokenHelperTest.cpp
69
suite.addTest(
src/tests/apps/haikudepot/JwtTokenHelperTest.cpp
74
suite.addTest(
src/tests/apps/haikudepot/JwtTokenHelperTest.cpp
79
parent.addTest("JwtTokenHelperTest", &suite);
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
202
suite.addTest(
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
210
suite.addTest(new CppUnit::TestCaller<LocaleUtilsTest>("LocaleUtilsTest::TestLanguageSorting",
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
213
suite.addTest(new CppUnit::TestCaller<LocaleUtilsTest>(
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
217
suite.addTest(new CppUnit::TestCaller<LocaleUtilsTest>(
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
221
suite.addTest(new CppUnit::TestCaller<LocaleUtilsTest>(
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
225
parent.addTest("LocaleUtilsTest", &suite);
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
118
suite.addTest(
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
123
suite.addTest(
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
128
suite.addTest(
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
133
suite.addTest(
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
138
parent.addTest("StandardMetaDataJsonEventListenerTest", &suite);
src/tests/apps/haikudepot/StorageUtilsTest.cpp
44
suite.addTest(
src/tests/apps/haikudepot/StorageUtilsTest.cpp
49
parent.addTest("StorageUtilsTest", &suite);
src/tests/apps/haikudepot/StringUtilsTest.cpp
115
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
119
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
123
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
127
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
132
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
136
suite.addTest(
src/tests/apps/haikudepot/StringUtilsTest.cpp
141
parent.addTest("StringUtilsTest", &suite);
src/tests/apps/haikudepot/TarArchiveServiceTest.cpp
101
parent.addTest("TarArchiveServiceTest", &suite);
src/tests/apps/haikudepot/TarArchiveServiceTest.cpp
96
suite.addTest(
src/tests/apps/haikudepot/ValidationFailureTest.cpp
108
suite.addTest(
src/tests/apps/haikudepot/ValidationFailureTest.cpp
112
suite.addTest(
src/tests/apps/haikudepot/ValidationFailureTest.cpp
117
parent.addTest("ValidationFailureTest", &suite);
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
154
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
158
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
162
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
166
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
170
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
174
suite.addTest(
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
179
parent.addTest("ValidationUtilsTest", &suite);
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
107
suite.addTest(
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
111
suite.addTest(
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
115
suite.addTest(
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
119
suite.addTest(
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
123
suite.addTest(
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
128
parent.addTest("FileReadWriteTest", &suite);
src/tests/kits/app/AppKitTestAddon.cpp
22
suite->addTest("BApplication", ApplicationTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
23
suite->addTest("BClipboard", ClipboardTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
25
suite->addTest("BHandler", HandlerTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
26
suite->addTest("BLooper", LooperTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
28
suite->addTest("BMessageQueue", MessageQueueTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
29
suite->addTest("BMessageRunner", MessageRunnerTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
30
suite->addTest("BMessenger", MessengerTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
31
suite->addTest("BPropertyInfo", PropertyInfoTestSuite());
src/tests/kits/app/AppKitTestAddon.cpp
32
suite->addTest("BRoster", RosterTestSuite());
src/tests/kits/app/RegistrarThreadManagerTest.cpp
22
suite->addTest( new TC("RegistrarThreadManager::Shutdown Test",
src/tests/kits/app/RegistrarThreadManagerTest.cpp
24
suite->addTest( new TC("RegistrarThreadManager::Thread Limit Test",
src/tests/kits/app/bapplication/ApplicationTest.cpp
11
testSuite->addTest(AppQuitRequestedTester::Suite());
src/tests/kits/app/bapplication/ApplicationTest.cpp
12
testSuite->addTest(AppQuitTester::Suite());
src/tests/kits/app/bapplication/ApplicationTest.cpp
13
testSuite->addTest(AppRunTester::Suite());
src/tests/kits/app/bapplication/ApplicationTest.cpp
14
testSuite->addTest(TBApplicationTester::Suite());
src/tests/kits/app/bclipboard/ClipboardTest.cpp
11
testSuite->addTest(BClipboardTester::Suite());
src/tests/kits/app/bclipboard/ClipboardTest.cpp
12
testSuite->addTest(CountTester::Suite());
src/tests/kits/app/bclipboard/ClipboardTest.cpp
13
testSuite->addTest(LockTester::Suite());
src/tests/kits/app/bclipboard/ClipboardTest.cpp
14
testSuite->addTest(ReadWriteTester::Suite());
src/tests/kits/app/bcursor/CursorTest.cpp
8
testSuite->addTest(BCursorTester::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
19
tests->addTest(TBHandlerTester::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
20
tests->addTest(TIsWatchedTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
21
tests->addTest(TLooperTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
22
tests->addTest(TSetNextHandlerTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
23
tests->addTest(TNextHandlerTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
24
tests->addTest(TAddFilterTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
25
tests->addTest(TRemoveFilterTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
26
tests->addTest(TSetFilterListTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
27
tests->addTest(TLockLooperTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
28
tests->addTest(TLockLooperWithTimeoutTest::Suite());
src/tests/kits/app/bhandler/HandlerTest.cpp
29
tests->addTest(TUnlockLooperTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
22
tests->addTest(TIsMessageWaitingTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
23
tests->addTest(TRemoveHandlerTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
24
tests->addTest(TIndexOfTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
25
tests->addTest(TCountHandlersTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
26
tests->addTest(THandlerAtTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
27
tests->addTest(TAddHandlerTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
29
tests->addTest(TRunTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
30
tests->addTest(TLooperForThreadTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
31
tests->addTest(TAddCommonFilterTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
32
tests->addTest(TRemoveCommonFilterTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
34
tests->addTest(TSetCommonFilterListTest::Suite());
src/tests/kits/app/blooper/LooperTest.cpp
35
tests->addTest(TQuitTest::Suite());
src/tests/kits/app/bmessage/MessageItemTest.h
29
(suitename)->addTest(new TestCaller<classname>(((string(#classbeingtested) + "::" + #funcname + "::" + typeid(Type).name()).c_str() ), \
src/tests/kits/app/bmessage/MessageTest.cpp
30
tests->addTest(TMessageConstructTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
31
tests->addTest(TMessageDestructTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
32
tests->addTest(TMessageOpAssignTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
33
tests->addTest(TMessageEasyFindTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
34
tests->addTest(TMessageBoolItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
35
tests->addTest(TMessageInt8ItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
36
tests->addTest(TMessageInt16ItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
37
tests->addTest(TMessageInt32ItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
38
tests->addTest(TMessageInt64ItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
39
tests->addTest(TMessageBRectItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
40
tests->addTest(TMessageBPointItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
41
tests->addTest(TMessageFloatItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
42
tests->addTest(TMessageDoubleItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
43
tests->addTest(TMessageMessageItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
44
tests->addTest(TMessageRefItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
45
tests->addTest(TMessageBStringItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
46
tests->addTest(TMessageCStringItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
47
tests->addTest(TMessageMessengerItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
48
tests->addTest(TMessagePointerItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
49
tests->addTest(TMessageFlattenableItemTest::Suite());
src/tests/kits/app/bmessage/MessageTest.cpp
50
tests->addTest(TMessageSpeedTest::Suite());
src/tests/kits/app/bmessagequeue/ConcurrencyTest1.cpp
224
testSuite->addTest(threadedTest1);
src/tests/kits/app/bmessagequeue/ConcurrencyTest1.cpp
225
testSuite->addTest(threadedTest2);
src/tests/kits/app/bmessagequeue/ConcurrencyTest2.cpp
268
testSuite->addTest(threadedTest1);
src/tests/kits/app/bmessagequeue/ConcurrencyTest2.cpp
269
testSuite->addTest(threadedTest2);
src/tests/kits/app/bmessagequeue/MessageQueueTest.cpp
12
testSuite->addTest(AddMessageTest1::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTest.cpp
13
testSuite->addTest(AddMessageTest2::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTest.cpp
14
testSuite->addTest(ConcurrencyTest1::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTest.cpp
16
testSuite->addTest(FindMessageTest1::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
36
testSuite->addTest(AddMessageTest1<BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
37
testSuite->addTest(AddMessageTest2<BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
38
testSuite->addTest(ConcurrencyTest1<BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
39
testSuite->addTest(ConcurrencyTest2<BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
40
testSuite->addTest(FindMessageTest1<BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
42
testSuite->addTest(AddMessageTest1<OpenBeOS::BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
43
testSuite->addTest(AddMessageTest2<OpenBeOS::BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
44
testSuite->addTest(ConcurrencyTest1<OpenBeOS::BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
45
testSuite->addTest(ConcurrencyTest2<OpenBeOS::BMessageQueue>::suite());
src/tests/kits/app/bmessagequeue/MessageQueueTestAddon.cpp
46
testSuite->addTest(FindMessageTest1<OpenBeOS::BMessageQueue>::suite());
src/tests/kits/app/bmessenger/LockTargetTester.cpp
247
testSuite->addTest(caller4);
src/tests/kits/app/bmessenger/LockTargetTester.cpp
264
testSuite->addTest(caller5);
src/tests/kits/app/bmessenger/LockTargetWithTimeoutTester.cpp
329
testSuite->addTest(caller4);
src/tests/kits/app/bmessenger/LockTargetWithTimeoutTester.cpp
341
testSuite->addTest(caller5);
src/tests/kits/app/bmessenger/LockTargetWithTimeoutTester.cpp
360
testSuite->addTest(caller6);
src/tests/kits/app/bmessenger/LockTargetWithTimeoutTester.cpp
379
testSuite->addTest(caller7);
src/tests/kits/app/bmessenger/MessengerTest.cpp
14
testSuite->addTest(LockTargetTester::Suite());
src/tests/kits/app/bmessenger/MessengerTest.cpp
15
testSuite->addTest(LockTargetWithTimeoutTester::Suite());
src/tests/kits/app/bmessenger/MessengerTest.cpp
16
testSuite->addTest(MessengerAssignmentTester::Suite());
src/tests/kits/app/bmessenger/MessengerTest.cpp
17
testSuite->addTest(MessengerComparissonTester::Suite());
src/tests/kits/app/bmessenger/MessengerTest.cpp
19
testSuite->addTest(TBMessengerTester::Suite());
src/tests/kits/app/bmessenger/MessengerTest.cpp
20
testSuite->addTest(TargetTester::Suite());
src/tests/kits/app/bpropertyinfo/PropertyInfoTest.cpp
10
testSuite->addTest(PropertyConstructionTest::suite());
src/tests/kits/app/bpropertyinfo/PropertyInfoTest.cpp
11
testSuite->addTest(PropertyFindMatchTest::suite());
src/tests/kits/app/bpropertyinfo/PropertyInfoTest.cpp
12
testSuite->addTest(PropertyFlattenTest::suite());
src/tests/kits/app/broster/RosterTest.cpp
18
testSuite->addTest(FindAppTester::Suite());
src/tests/kits/app/broster/RosterTest.cpp
19
testSuite->addTest(GetAppInfoTester::Suite());
src/tests/kits/app/broster/RosterTest.cpp
20
testSuite->addTest(GetAppListTester::Suite());
src/tests/kits/app/broster/RosterTest.cpp
21
testSuite->addTest(GetRecentTester::Suite());
src/tests/kits/app/broster/RosterTest.cpp
22
testSuite->addTest(IsRunningTester::Suite());
src/tests/kits/app/broster/RosterTest.cpp
26
testSuite->addTest(TeamForTester::Suite());
src/tests/kits/app/common.h
31
(suitename)->addTest(new TestCaller<classname>((#classbeingtested "::" #funcname), \
src/tests/kits/interface/GraphicsDefsTest.cpp
120
testSuite->addTest(new ConstantsTest("Constants"));
src/tests/kits/interface/InterfaceKitTestAddon.cpp
25
suite->addTest("BBitmap", BitmapTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
27
suite->addTest("BOutlineListView", OutlineListViewTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
28
suite->addTest("BMenu", MenuTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
29
suite->addTest("BPolygon", PolygonTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
30
suite->addTest("BRegion", RegionTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
31
suite->addTest("BTextControl", TextControlTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
32
suite->addTest("BTextView", TextViewTestSuite());
src/tests/kits/interface/InterfaceKitTestAddon.cpp
34
suite->addTest("GraphicsDefs", GraphicsDefsTestSuite());
src/tests/kits/interface/OutlineListViewTest.cpp
318
testSuite->addTest(OutlineListViewTest::Suite());
src/tests/kits/interface/balert/AlertTest.cpp
248
#define AT_ADDTEST(fn) (suite->addTest(new TC("Alert " #fn, &AlertTest::fn)))
src/tests/kits/interface/bbitmap/BitmapTest.cpp
8
testSuite->addTest(SetBitsTester::Suite());
src/tests/kits/interface/bbitmap/BitmapTest.cpp
9
testSuite->addTest(TBBitmapTester::Suite());
src/tests/kits/interface/bdeskbar/DeskbarTest.cpp
10
testSuite->addTest(DeskbarGetItemTest::suite());
src/tests/kits/interface/bdeskbar/DeskbarTest.cpp
11
testSuite->addTest(DeskbarLocationTest::suite());
src/tests/kits/interface/bdeskbar/DeskbarTest.cpp
12
testSuite->addTest(DeskbarAddItemTest::suite());
src/tests/kits/interface/bmenu/MenuTest.cpp
82
testSuite->addTest(new CppUnit::TestCaller<MenuTestcase>(
src/tests/kits/interface/bmenu/MenuTest.cpp
84
testSuite->addTest(new CppUnit::TestCaller<MenuTestcase>(
src/tests/kits/interface/bpolygon/PolygonTest.cpp
10
testSuite->addTest(MapPolygonTest::suite());
src/tests/kits/interface/bpolygon/PolygonTest.cpp
9
testSuite->addTest(CreatePolygonTest::suite());
src/tests/kits/interface/bregion/RegionTest.cpp
12
testSuite->addTest(RegionConstruction::suite());
src/tests/kits/interface/bregion/RegionTest.cpp
13
testSuite->addTest(RegionExclude::suite());
src/tests/kits/interface/bregion/RegionTest.cpp
14
testSuite->addTest(RegionInclude::suite());
src/tests/kits/interface/bregion/RegionTest.cpp
15
testSuite->addTest(RegionIntersect::suite());
src/tests/kits/interface/bregion/RegionTest.cpp
16
testSuite->addTest(RegionOffsetBy::suite());
src/tests/kits/interface/btextcontrol/TextControlTest.cpp
37
testSuite->addTest(new CppUnit::TestCaller<TextControlTestcase>(
src/tests/kits/interface/btextcontrol/TextControlTest.cpp
39
testSuite->addTest(new CppUnit::TestCaller<TextControlTestcase>(
src/tests/kits/interface/btextview/TextViewTest.cpp
39
testSuite->addTest(new CppUnit::TestCaller<TextViewTestcase>(
src/tests/kits/interface/btextview/TextViewTest.cpp
41
testSuite->addTest(new CppUnit::TestCaller<TextViewTestcase>(
src/tests/kits/interface/common.h
31
(suitename)->addTest(new TestCaller<classname>((#classbeingtested "::" #funcname), \
src/tests/kits/locale/CollatorTest.cpp
76
suite.addTest(new CppUnit::TestCaller<CollatorTest>(
src/tests/kits/locale/CollatorTest.cpp
79
parent.addTest("CollatorTest", &suite);
src/tests/kits/locale/DateFormatTest.cpp
441
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
443
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
445
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
447
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
449
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
451
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
453
suite.addTest(new CppUnit::TestCaller<DateFormatTest>(
src/tests/kits/locale/DateFormatTest.cpp
456
parent.addTest("DateFormatTest", &suite);
src/tests/kits/locale/DurationFormatTest.cpp
135
suite.addTest(new CppUnit::TestCaller<DurationFormatTest>(
src/tests/kits/locale/DurationFormatTest.cpp
137
suite.addTest(new CppUnit::TestCaller<DurationFormatTest>(
src/tests/kits/locale/DurationFormatTest.cpp
139
suite.addTest(new CppUnit::TestCaller<DurationFormatTest>(
src/tests/kits/locale/DurationFormatTest.cpp
142
parent.addTest("DurationFormatTest", &suite);
src/tests/kits/locale/LanguageTest.cpp
141
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
144
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
147
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
150
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
154
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
157
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
160
suite.addTest(new CppUnit::TestCaller<LanguageTest>(
src/tests/kits/locale/LanguageTest.cpp
164
parent.addTest("LanguageTest", &suite);
src/tests/kits/locale/NumberFormatTest.cpp
72
suite.addTest(new CppUnit::TestCaller<NumberFormatTest>(
src/tests/kits/locale/NumberFormatTest.cpp
75
suite.addTest(new CppUnit::TestCaller<NumberFormatTest>(
src/tests/kits/locale/NumberFormatTest.cpp
78
suite.addTest(new CppUnit::TestCaller<NumberFormatTest>(
src/tests/kits/locale/NumberFormatTest.cpp
82
parent.addTest("NumberFormatTest", &suite);
src/tests/kits/locale/RelativeDateTimeFormatTest.cpp
119
suite.addTest(new CppUnit::TestCaller<RelativeDateTimeFormatTest>(
src/tests/kits/locale/RelativeDateTimeFormatTest.cpp
121
suite.addTest(new CppUnit::TestCaller<RelativeDateTimeFormatTest>(
src/tests/kits/locale/RelativeDateTimeFormatTest.cpp
123
parent.addTest("RelativeDateTimeFormatTest", &suite);
src/tests/kits/locale/StringFormatTest.cpp
133
suite.addTest(new CppUnit::TestCaller<StringFormatTest>(
src/tests/kits/locale/StringFormatTest.cpp
135
suite.addTest(new CppUnit::TestCaller<StringFormatTest>(
src/tests/kits/locale/StringFormatTest.cpp
138
parent.addTest("StringFormatTest", &suite);
src/tests/kits/locale/UnicodeCharTest.cpp
127
suite.addTest(new CppUnit::TestCaller<UnicodeCharTest>(
src/tests/kits/locale/UnicodeCharTest.cpp
129
suite.addTest(new CppUnit::TestCaller<UnicodeCharTest>(
src/tests/kits/locale/UnicodeCharTest.cpp
131
suite.addTest(new CppUnit::TestCaller<UnicodeCharTest>(
src/tests/kits/locale/UnicodeCharTest.cpp
134
parent.addTest("UnicodeCharTest", &suite);
src/tests/kits/media/AreaTest.cpp
81
suite.addTest(new CppUnit::TestCaller<AreaTest>(
src/tests/kits/media/AreaTest.cpp
84
parent.addTest("AreaTest", &suite);
src/tests/kits/media/BufferTest.cpp
115
suite.addTest(new CppUnit::TestCaller<BufferTest>(
src/tests/kits/media/BufferTest.cpp
117
suite.addTest(new CppUnit::TestCaller<BufferTest>(
src/tests/kits/media/BufferTest.cpp
119
suite.addTest(new CppUnit::TestCaller<BufferTest>(
src/tests/kits/media/BufferTest.cpp
122
parent.addTest("BufferTest", &suite);
src/tests/kits/media/FormatDescriptions.cpp
84
suite.addTest(new CppUnit::TestCaller<FormatDescriptionsTest>(
src/tests/kits/media/FormatDescriptions.cpp
88
parent.addTest("FormatDescriptionsTest", &suite);
src/tests/kits/media/SizeofTest.cpp
83
suite.addTest(new CppUnit::TestCaller<SizeofTest>(
src/tests/kits/media/SizeofTest.cpp
86
parent.addTest("SizeofTest", &suite);
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
181
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
183
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
185
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
187
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
189
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
192
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
194
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
196
suite.addTest(new CppUnit::TestCaller<NetworkAddressTest>(
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
199
parent.addTest("NetworkAddressTest", &suite);
src/tests/kits/net/libnetapi/NetworkInterfaceTest.cpp
138
suite.addTest(new CppUnit::TestCaller<NetworkInterfaceTest>(
src/tests/kits/net/libnetapi/NetworkInterfaceTest.cpp
147
parent.addTest("NetworkInterfaceTest", &suite);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
435
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
438
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
441
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
444
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
447
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
450
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
453
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
456
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
459
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
462
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
465
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
468
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
472
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
475
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
478
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
481
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
485
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
488
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
491
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
494
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
498
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
501
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
503
suite.addTest(new CppUnit::TestCaller<NetworkUrlTest>(
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
506
parent.addTest("NetworkUrlTest", &suite);
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
190
suite.addTest(new CppUnit::TestCaller<ExclusiveBorrowTest>(
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
192
suite.addTest(new CppUnit::TestCaller<ExclusiveBorrowTest>(
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
194
suite.addTest(new CppUnit::TestCaller<ExclusiveBorrowTest>(
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
196
suite.addTest(new CppUnit::TestCaller<ExclusiveBorrowTest>(
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
199
parent.addTest("ExclusiveBorrowTest", &suite);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
360
suite.addTest(new CppUnit::TestCaller<HttpProtocolTest>(
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
362
suite.addTest(new CppUnit::TestCaller<HttpProtocolTest>(
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
364
suite.addTest(new CppUnit::TestCaller<HttpProtocolTest>(
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
366
suite.addTest(new CppUnit::TestCaller<HttpProtocolTest>(
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
369
parent.addTest("HttpProtocolTest", &suite);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
455
suite.addTest(testCaller);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
456
parent.addTest("HttpIntegrationTest", &suite);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
482
suite.addTest(testCaller);
src/tests/kits/net/service/CookieTest.cpp
799
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::SimpleTest",
src/tests/kits/net/service/CookieTest.cpp
801
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
803
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::ExpireTest",
src/tests/kits/net/service/CookieTest.cpp
805
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::PathTest",
src/tests/kits/net/service/CookieTest.cpp
807
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::MaxSizeTest",
src/tests/kits/net/service/CookieTest.cpp
809
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
811
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::UpdateTest",
src/tests/kits/net/service/CookieTest.cpp
813
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
815
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
817
suite.addTest(new CppUnit::TestCaller<CookieTest>("CookieTest::DomainTest",
src/tests/kits/net/service/CookieTest.cpp
819
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
821
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
823
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
826
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
828
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
830
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
832
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
834
suite.addTest(new CppUnit::TestCaller<CookieTest>(
src/tests/kits/net/service/CookieTest.cpp
837
parent.addTest("CookieTest", &suite);
src/tests/kits/net/service/DataTest.cpp
136
suite.addTest(new CppUnit::TestCaller<DataTest>(
src/tests/kits/net/service/DataTest.cpp
138
suite.addTest(new CppUnit::TestCaller<DataTest>(
src/tests/kits/net/service/DataTest.cpp
140
suite.addTest(new CppUnit::TestCaller<DataTest>(
src/tests/kits/net/service/DataTest.cpp
142
suite.addTest(new CppUnit::TestCaller<DataTest>(
src/tests/kits/net/service/DataTest.cpp
147
parent.addTest("DataTest", &suite);
src/tests/kits/net/service/FileTest.cpp
100
parent.addTest("FileTest", suite);
src/tests/kits/net/service/FileTest.cpp
97
suite->addTest(new CppUnit::TestCaller<FileTest>("FileTest: Stop requests",
src/tests/kits/net/service/GeolocationTest.cpp
53
suite.addTest(new CppUnit::TestCaller<GeolocationTest>(
src/tests/kits/net/service/GeolocationTest.cpp
55
suite.addTest(new CppUnit::TestCaller<GeolocationTest>(
src/tests/kits/net/service/GeolocationTest.cpp
58
parent.addTest("GeolocationTest", &suite);
src/tests/kits/net/service/HttpTest.cpp
575
suite.addTest(httpTestCaller);
src/tests/kits/net/service/HttpTest.cpp
576
parent.addTest("HttpTest", &suite);
src/tests/kits/net/service/HttpTest.cpp
589
suite.addTest(httpsTestCaller);
src/tests/kits/net/service/HttpTest.cpp
590
parent.addTest("HttpsTest", &suite);
src/tests/kits/net/service/UrlTest.cpp
614
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::ParseTest",
src/tests/kits/net/service/UrlTest.cpp
616
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::TestIsValid",
src/tests/kits/net/service/UrlTest.cpp
618
suite.addTest(new CppUnit::TestCaller<UrlTest>(
src/tests/kits/net/service/UrlTest.cpp
620
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::TestNullity",
src/tests/kits/net/service/UrlTest.cpp
622
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::TestCopy",
src/tests/kits/net/service/UrlTest.cpp
624
suite.addTest(new CppUnit::TestCaller<UrlTest>(
src/tests/kits/net/service/UrlTest.cpp
626
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::PathOnly",
src/tests/kits/net/service/UrlTest.cpp
628
suite.addTest(new CppUnit::TestCaller<UrlTest>("UrlTest::RelativeUriTest",
src/tests/kits/net/service/UrlTest.cpp
633
parent.addTest("UrlTest", &suite);
src/tests/kits/shared/CalendarViewTest.cpp
82
suite.addTest(new CppUnit::TestCaller<CalendarViewTest>(
src/tests/kits/shared/CalendarViewTest.cpp
85
parent.addTest("CalendarViewTest", &suite);
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
337
suite.addTest(new CppUnit::TestCaller<DriverSettingsMessageAdapterTest>(
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
340
suite.addTest(new CppUnit::TestCaller<DriverSettingsMessageAdapterTest>(
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
343
suite.addTest(new CppUnit::TestCaller<DriverSettingsMessageAdapterTest>(
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
346
suite.addTest(new CppUnit::TestCaller<DriverSettingsMessageAdapterTest>(
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
349
suite.addTest(new CppUnit::TestCaller<DriverSettingsMessageAdapterTest>(
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
353
parent.addTest("DriverSettingsMessageAdapterTest", &suite);
src/tests/kits/shared/JsonEndToEndTest.cpp
254
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
256
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
258
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
260
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
262
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
264
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
266
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
268
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
270
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
272
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
274
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
277
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
280
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
283
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
286
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
289
suite.addTest(new CppUnit::TestCaller<JsonEndToEndTest>(
src/tests/kits/shared/JsonEndToEndTest.cpp
293
parent.addTest("JsonEndToEndTest", &suite);
src/tests/kits/shared/JsonErrorHandlingTest.cpp
325
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
329
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
333
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
337
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
341
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
345
suite.addTest(new CppUnit::TestCaller<JsonErrorHandlingTest>(
src/tests/kits/shared/JsonErrorHandlingTest.cpp
349
parent.addTest("JsonErrorHandlingTest", &suite);
src/tests/kits/shared/JsonTextWriterTest.cpp
228
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
232
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
236
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
240
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
244
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
248
suite.addTest(new CppUnit::TestCaller<JsonTextWriterTest>(
src/tests/kits/shared/JsonTextWriterTest.cpp
256
parent.addTest("JsonTextWriterTest", &suite);
src/tests/kits/shared/JsonToMessageTest.cpp
255
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
259
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
263
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
267
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
271
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
275
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
279
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
283
suite.addTest(new CppUnit::TestCaller<JsonToMessageTest>(
src/tests/kits/shared/JsonToMessageTest.cpp
291
parent.addTest("JsonToMessageTest", &suite);
src/tests/kits/shared/KeymapTest.cpp
123
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
src/tests/kits/shared/KeymapTest.cpp
125
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
src/tests/kits/shared/KeymapTest.cpp
127
suite.addTest(new CppUnit::TestCaller<KeymapTest>(
src/tests/kits/shared/KeymapTest.cpp
130
parent.addTest("KeymapTest", &suite);
src/tests/kits/shared/LRUCacheTest.cpp
118
suite.addTest(
src/tests/kits/shared/LRUCacheTest.cpp
122
suite.addTest(
src/tests/kits/shared/LRUCacheTest.cpp
126
suite.addTest(
src/tests/kits/shared/LRUCacheTest.cpp
131
parent.addTest("LRUCacheTest", &suite);
src/tests/kits/shared/MemoryRingIOTest.cpp
175
suite->addTest(caller);
src/tests/kits/shared/MemoryRingIOTest.cpp
182
suite->addTest(caller);
src/tests/kits/shared/MemoryRingIOTest.cpp
189
suite->addTest(caller);
src/tests/kits/shared/MemoryRingIOTest.cpp
199
suite->addTest(caller);
src/tests/kits/shared/MemoryRingIOTest.cpp
209
suite->addTest(caller);
src/tests/kits/shared/MemoryRingIOTest.cpp
211
suite->addTest(new CppUnit::TestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
214
suite->addTest(new CppUnit::TestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
217
suite->addTest(new CppUnit::TestCaller<MemoryRingIOTest>(
src/tests/kits/shared/MemoryRingIOTest.cpp
221
parent.addTest("MemoryRingIOTest", suite);
src/tests/kits/shared/NaturalCompareTest.cpp
74
suite.addTest(new CppUnit::TestCaller<NaturalCompareTest>(
src/tests/kits/shared/NaturalCompareTest.cpp
77
parent.addTest("NaturalCompareTest", &suite);
src/tests/kits/storage/AppFileInfoTest.cpp
141
suite->addTest( new TC("BAppFileInfo::Init Test1",
src/tests/kits/storage/AppFileInfoTest.cpp
143
suite->addTest( new TC("BAppFileInfo::Init Test2",
src/tests/kits/storage/AppFileInfoTest.cpp
145
suite->addTest( new TC("BAppFileInfo::Type Test",
src/tests/kits/storage/AppFileInfoTest.cpp
147
suite->addTest( new TC("BAppFileInfo::Signature Test",
src/tests/kits/storage/AppFileInfoTest.cpp
149
suite->addTest( new TC("BAppFileInfo::App Flags Test",
src/tests/kits/storage/AppFileInfoTest.cpp
153
suite->addTest( new TC("BAppFileInfo::Icon Test",
src/tests/kits/storage/AppFileInfoTest.cpp
155
suite->addTest( new TC("BAppFileInfo::Version Info Test",
src/tests/kits/storage/AppFileInfoTest.cpp
157
suite->addTest( new TC("BAppFileInfo::Icon For Type Test",
src/tests/kits/storage/DataIOTest.cpp
16
suite->addTest(new TC("BResourceString::BufferedDataIO Test",
src/tests/kits/storage/DirectoryTest.cpp
28
suite->addTest( new TC("BDirectory::Init Test 1",
src/tests/kits/storage/DirectoryTest.cpp
30
suite->addTest( new TC("BDirectory::Init Test 2",
src/tests/kits/storage/DirectoryTest.cpp
32
suite->addTest( new TC("BDirectory::GetEntry Test",
src/tests/kits/storage/DirectoryTest.cpp
34
suite->addTest( new TC("BDirectory::IsRoot Test",
src/tests/kits/storage/DirectoryTest.cpp
36
suite->addTest( new TC("BDirectory::FindEntry Test",
src/tests/kits/storage/DirectoryTest.cpp
38
suite->addTest( new TC("BDirectory::Contains Test",
src/tests/kits/storage/DirectoryTest.cpp
40
suite->addTest( new TC("BDirectory::GetStatFor Test",
src/tests/kits/storage/DirectoryTest.cpp
42
suite->addTest( new TC("BDirectory::EntryIteration Test",
src/tests/kits/storage/DirectoryTest.cpp
44
suite->addTest( new TC("BDirectory::Creation Test",
src/tests/kits/storage/DirectoryTest.cpp
46
suite->addTest( new TC("BDirectory::Assignment Test",
src/tests/kits/storage/DirectoryTest.cpp
48
suite->addTest( new TC("BDirectory::CreateDirectory Test",
src/tests/kits/storage/EntryTest.cpp
223
suite->addTest( new TC("BEntry::Special cases for Exists(), GetPath(),...",
src/tests/kits/storage/EntryTest.cpp
227
suite->addTest( new TC("BEntry::Remove Test", &EntryTest::RemoveTest) );
src/tests/kits/storage/EntryTest.cpp
228
suite->addTest( new TC("BEntry::Comparison Test",
src/tests/kits/storage/EntryTest.cpp
230
suite->addTest( new TC("BEntry::Assignment Test",
src/tests/kits/storage/EntryTest.cpp
232
suite->addTest( new TC("BEntry::C Functions Test",
src/tests/kits/storage/FileTest.cpp
25
suite->addTest( new TC("BFile::IsRead-/IsWriteable Test",
src/tests/kits/storage/FileTest.cpp
27
suite->addTest( new TC("BFile::Read/Write Test", &FileTest::RWTest) );
src/tests/kits/storage/FileTest.cpp
28
suite->addTest( new TC("BFile::Position Test", &FileTest::PositionTest) );
src/tests/kits/storage/FileTest.cpp
29
suite->addTest( new TC("BFile::Size Test", &FileTest::SizeTest) );
src/tests/kits/storage/FileTest.cpp
30
suite->addTest( new TC("BFile::Assignment Test",
src/tests/kits/storage/FindDirectoryTest.cpp
79
suite->addTest( new TC("find_directory() Test",
src/tests/kits/storage/MimeSnifferTest.cpp
31
suite->addTest( new TC("Mime Sniffer::Scanner Test",
src/tests/kits/storage/MimeSnifferTest.cpp
33
suite->addTest( new TC("Mime Sniffer::Parser Test",
src/tests/kits/storage/MimeSnifferTest.cpp
35
suite->addTest( new TC("Mime Sniffer::Sniffer Test",
src/tests/kits/storage/MimeTypeTest.cpp
177
suite->addTest( new TC("BMimeType::Install/Delete Test",
src/tests/kits/storage/MimeTypeTest.cpp
179
suite->addTest( new TC("BMimeType::App Hint Test",
src/tests/kits/storage/MimeTypeTest.cpp
181
suite->addTest( new TC("BMimeType::Attribute Info Test",
src/tests/kits/storage/MimeTypeTest.cpp
183
suite->addTest( new TC("BMimeType::Long Description Test",
src/tests/kits/storage/MimeTypeTest.cpp
185
suite->addTest( new TC("BMimeType::Short Description Test",
src/tests/kits/storage/MimeTypeTest.cpp
187
suite->addTest( new TC("BMimeType::File Extensions Test",
src/tests/kits/storage/MimeTypeTest.cpp
189
suite->addTest( new TC("BMimeType::Icon Test (Large)",
src/tests/kits/storage/MimeTypeTest.cpp
191
suite->addTest( new TC("BMimeType::Icon Test (Mini)",
src/tests/kits/storage/MimeTypeTest.cpp
193
suite->addTest( new TC("BMimeType::Icon For Type Test (Large)",
src/tests/kits/storage/MimeTypeTest.cpp
195
suite->addTest( new TC("BMimeType::Icon For Type Test (Mini)",
src/tests/kits/storage/MimeTypeTest.cpp
197
suite->addTest( new TC("BMimeType::Installed Types Test",
src/tests/kits/storage/MimeTypeTest.cpp
199
suite->addTest( new TC("BMimeType::Preferred App Test",
src/tests/kits/storage/MimeTypeTest.cpp
201
suite->addTest( new TC("BMimeType::Supporting Apps Test",
src/tests/kits/storage/MimeTypeTest.cpp
203
suite->addTest( new TC("BMimeType::Supported Types Test",
src/tests/kits/storage/MimeTypeTest.cpp
205
suite->addTest( new TC("BMimeType::Wildcard Apps Test",
src/tests/kits/storage/MimeTypeTest.cpp
209
suite->addTest( new TC("BMimeType::Initialization Test",
src/tests/kits/storage/MimeTypeTest.cpp
211
suite->addTest( new TC("BMimeType::MIME String Test",
src/tests/kits/storage/MimeTypeTest.cpp
213
suite->addTest( new TC("BMimeType::MIME Monitoring Test",
src/tests/kits/storage/MimeTypeTest.cpp
215
suite->addTest( new TC("BMimeType::update_mime_info() Test",
src/tests/kits/storage/MimeTypeTest.cpp
217
suite->addTest( new TC("BMimeType::create_app_meta_mime() Test",
src/tests/kits/storage/MimeTypeTest.cpp
219
suite->addTest( new TC("BMimeType::get_device_icon() Test",
src/tests/kits/storage/MimeTypeTest.cpp
221
suite->addTest( new TC("BMimeType::Sniffer Rule Test",
src/tests/kits/storage/MimeTypeTest.cpp
223
suite->addTest( new TC("BMimeType::Sniffing Test",
src/tests/kits/storage/NodeInfoTest.cpp
103
suite->addTest( new TC("BNodeInfo::Init Test1", &NodeInfoTest::InitTest1) );
src/tests/kits/storage/NodeInfoTest.cpp
104
suite->addTest( new TC("BNodeInfo::Init Test2", &NodeInfoTest::InitTest2) );
src/tests/kits/storage/NodeInfoTest.cpp
105
suite->addTest( new TC("BNodeInfo::Type Test", &NodeInfoTest::TypeTest) );
src/tests/kits/storage/NodeInfoTest.cpp
107
suite->addTest( new TC("BNodeInfo::Preferred App Test",
src/tests/kits/storage/NodeInfoTest.cpp
109
suite->addTest( new TC("BNodeInfo::App Hint Test",
src/tests/kits/storage/NodeTest.cpp
40
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Init Test1", &NodeTest::InitTest1) );
src/tests/kits/storage/NodeTest.cpp
41
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Init Test2", &NodeTest::InitTest2) );
src/tests/kits/storage/NodeTest.cpp
42
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Attribute Directory Test", &NodeTest::AttrDirTest) );
src/tests/kits/storage/NodeTest.cpp
43
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Attribute Read/Write/Remove Test", &NodeTest::AttrTest) );
src/tests/kits/storage/NodeTest.cpp
44
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Attribute Rename Test"
src/tests/kits/storage/NodeTest.cpp
49
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Attribute Info Test", &NodeTest::AttrInfoTest) );
src/tests/kits/storage/NodeTest.cpp
53
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Sync Test", &NodeTest::SyncTest) );
src/tests/kits/storage/NodeTest.cpp
54
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Dup Test", &NodeTest::DupTest) );
src/tests/kits/storage/NodeTest.cpp
55
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Equality Test", &NodeTest::EqualityTest) );
src/tests/kits/storage/NodeTest.cpp
56
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Assignment Test", &NodeTest::AssignmentTest) );
src/tests/kits/storage/NodeTest.cpp
57
suite->addTest( new CppUnit::TestCaller<NodeTest>("BNode::Lock Test"
src/tests/kits/storage/NodeTest.h
105
suite->addTest( new TC(p + "BNode::AttrDir Test", &NodeTest::AttrDirTest) );
src/tests/kits/storage/NodeTest.h
106
suite->addTest( new TC(p + "BNode::Attr Test", &NodeTest::AttrTest) );
src/tests/kits/storage/NodeTest.h
107
suite->addTest( new TC(p + "BNode::AttrRename Test"
src/tests/kits/storage/NodeTest.h
112
suite->addTest( new TC(p + "BNode::AttrInfo Test", &NodeTest::AttrInfoTest) );
src/tests/kits/storage/NodeTest.h
116
suite->addTest( new TC(p + "BNode::Sync Test", &NodeTest::SyncTest) );
src/tests/kits/storage/NodeTest.h
117
suite->addTest( new TC(p + "BNode::Dup Test", &NodeTest::DupTest) );
src/tests/kits/storage/NodeTest.h
118
suite->addTest( new TC(p + "BNode::Lock Test"
src/tests/kits/storage/PathTest.cpp
25
suite->addTest( new TC("BPath::Init Test1", &PathTest::InitTest1) );
src/tests/kits/storage/PathTest.cpp
26
suite->addTest( new TC("BPath::Init Test2", &PathTest::InitTest2) );
src/tests/kits/storage/PathTest.cpp
27
suite->addTest( new TC("BPath::Append Test", &PathTest::AppendTest) );
src/tests/kits/storage/PathTest.cpp
28
suite->addTest( new TC("BPath::Leaf Test", &PathTest::LeafTest) );
src/tests/kits/storage/PathTest.cpp
29
suite->addTest( new TC("BPath::Parent Test", &PathTest::ParentTest) );
src/tests/kits/storage/PathTest.cpp
30
suite->addTest( new TC("BPath::Comparison Test",
src/tests/kits/storage/PathTest.cpp
32
suite->addTest( new TC("BPath::Assignment Test",
src/tests/kits/storage/PathTest.cpp
34
suite->addTest( new TC("BPath::Flattenable Test",
src/tests/kits/storage/QueryTest.cpp
534
suite->addTest( new TC("BQuery::Predicate Test",
src/tests/kits/storage/QueryTest.cpp
536
suite->addTest( new TC("BQuery::Parameter Test",
src/tests/kits/storage/QueryTest.cpp
538
suite->addTest( new TC("BQuery::Fetch Test", &QueryTest::FetchTest) );
src/tests/kits/storage/QueryTest.cpp
539
suite->addTest( new TC("BQuery::Live Test", &QueryTest::LiveTest) );
src/tests/kits/storage/ResourceStringsTest.cpp
162
suite->addTest( new TC("BResourceStrings::Init Test1",
src/tests/kits/storage/ResourceStringsTest.cpp
164
suite->addTest( new TC("BResourceStrings::Init Test2",
src/tests/kits/storage/ResourceStringsTest.cpp
166
suite->addTest( new TC("BResourceString::FindString Test",
src/tests/kits/storage/ResourcesTest.cpp
178
suite->addTest( new TC("BResources::Init Test",
src/tests/kits/storage/ResourcesTest.cpp
180
suite->addTest( new TC("BResources::Read Test",
src/tests/kits/storage/ResourcesTest.cpp
182
suite->addTest( new TC("BResources::Sync Test",
src/tests/kits/storage/ResourcesTest.cpp
184
suite->addTest( new TC("BResources::Merge Test",
src/tests/kits/storage/ResourcesTest.cpp
186
suite->addTest( new TC("BResources::WriteTo Test",
src/tests/kits/storage/ResourcesTest.cpp
188
suite->addTest( new TC("BResources::AddRemove Test",
src/tests/kits/storage/ResourcesTest.cpp
190
suite->addTest( new TC("BResources::ReadWrite Test",
src/tests/kits/storage/StatableTest.h
119
suite->addTest( new TC(p + "BStatable::GetStat Test",
src/tests/kits/storage/StatableTest.h
121
suite->addTest( new TC(p + "BStatable::IsXYZ Test",
src/tests/kits/storage/StatableTest.h
123
suite->addTest( new TC(p + "BStatable::GetXYZ Test",
src/tests/kits/storage/StatableTest.h
125
suite->addTest( new TC(p + "BStatable::SetXYZ Test",
src/tests/kits/storage/StorageKitTestAddon.cpp
26
suite->addTest("BAppFileInfo", AppFileInfoTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
27
suite->addTest("BDataIO", DataIOTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
28
suite->addTest("BDirectory", DirectoryTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
29
suite->addTest("BEntry", EntryTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
30
suite->addTest("BFile", FileTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
32
suite->addTest("BMimeType", MimeTypeTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
34
suite->addTest("BNode", NodeTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
35
suite->addTest("BNodeInfo", NodeInfoTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
36
suite->addTest("BPath", PathTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
39
suite->addTest("BResources", ResourcesTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
40
suite->addTest("BResourceStrings", ResourceStringsTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
41
suite->addTest("BSymLink", SymLinkTest::Suite());
src/tests/kits/storage/StorageKitTestAddon.cpp
45
suite->addTest("MimeSniffer", MimeSnifferTest::Suite());
src/tests/kits/storage/SymLinkTest.cpp
25
suite->addTest( new TC("BSymLink::Init Test 1", &SymLinkTest::InitTest1) );
src/tests/kits/storage/SymLinkTest.cpp
26
suite->addTest( new TC("BSymLink::Init Test 2", &SymLinkTest::InitTest2) );
src/tests/kits/storage/SymLinkTest.cpp
27
suite->addTest( new TC("BSymLink::ReadLink Test",
src/tests/kits/storage/SymLinkTest.cpp
29
suite->addTest( new TC("BSymLink::MakeLinkedPath Test",
src/tests/kits/storage/SymLinkTest.cpp
31
suite->addTest( new TC("BSymLink::IsAbsolute Test",
src/tests/kits/storage/SymLinkTest.cpp
33
suite->addTest( new TC("BSymLink::Assignment Test",
src/tests/kits/storage/VolumeTest.cpp
56
suite->addTest( new TC("BVolume::Init Test1",
src/tests/kits/storage/VolumeTest.cpp
58
suite->addTest( new TC("BVolume::Init Test2",
src/tests/kits/storage/VolumeTest.cpp
60
suite->addTest( new TC("BVolume::Assignment Test",
src/tests/kits/storage/VolumeTest.cpp
62
suite->addTest( new TC("BVolume::Comparisson Test",
src/tests/kits/storage/VolumeTest.cpp
64
suite->addTest( new TC("BVolume::SetName Test",
src/tests/kits/storage/VolumeTest.cpp
66
suite->addTest( new TC("BVolume::BadValues Test",
src/tests/kits/storage/VolumeTest.cpp
68
suite->addTest( new TC("BVolumeRoster::Iteration Test",
src/tests/kits/storage/VolumeTest.cpp
70
suite->addTest( new TC("BVolumeRoster::Watching Test",
src/tests/kits/support/LockerConcurrencyTest.cpp
206
testSuite->addTest(simpleBenaphoreCaller);
src/tests/kits/support/LockerConcurrencyTest.cpp
215
testSuite->addTest(simpleSemaphoreCaller);
src/tests/kits/support/LockerConcurrencyTest.cpp
224
testSuite->addTest(timeoutBenaphoreCaller);
src/tests/kits/support/LockerConcurrencyTest.cpp
233
testSuite->addTest(timeoutSemaphoreCaller);
src/tests/kits/support/LockerDestructionTest.cpp
182
testSuite->addTest(simpleBenaphoreCaller);
src/tests/kits/support/LockerDestructionTest.cpp
190
testSuite->addTest(simpleSemaphoreCaller);
src/tests/kits/support/LockerDestructionTest.cpp
198
testSuite->addTest(timeoutBenaphoreCaller);
src/tests/kits/support/LockerDestructionTest.cpp
206
testSuite->addTest(timeoutSemaphoreCaller);
src/tests/kits/support/LockerLockCountTest.cpp
221
testSuite->addTest(caller1);
src/tests/kits/support/LockerLockCountTest.cpp
230
testSuite->addTest(caller2);
src/tests/kits/translation/BitmapStreamTest.cpp
70
suite->addTest(new TC("BitmapStreamTest::Constructor Test",
src/tests/kits/translation/BitmapStreamTest.cpp
73
suite->addTest(new TC("BitmapStreamTest::DetachBitmap Test",
src/tests/kits/translation/BitmapStreamTest.cpp
76
suite->addTest(new TC("BitmapStreamTest::Seek Test",
src/tests/kits/translation/BitmapStreamTest.cpp
79
suite->addTest(new TC("BitmapStreamTest::SetSize Test",
src/tests/kits/translation/BitmapStreamTest.cpp
82
suite->addTest(new TC("BitmapStreamTest::ReadWrite Test",
src/tests/kits/translation/TranslationKitTestAddon.cpp
42
suite->addTest("TranslatorRosterTest", TranslatorRosterTest::Suite());
src/tests/kits/translation/TranslationKitTestAddon.cpp
43
suite->addTest("BitmapStreamTest", BitmapStreamTest::Suite());
src/tests/kits/translation/TranslationKitTestAddon.cpp
44
suite->addTest("TranslationUtilsTest", TranslationUtilsTest::Suite());
src/tests/kits/translation/TranslationKitTestAddon.cpp
45
suite->addTest("TranslatorTest", TranslatorTest::Suite());
src/tests/kits/translation/TranslationUtilsTest.cpp
76
suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetBitmap Test", &TranslationUtilsTest::GetBitmapTest));
src/tests/kits/translation/TranslationUtilsTest.cpp
77
suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetPutStyledText Test", &TranslationUtilsTest::GetPutStyledTextTest));
src/tests/kits/translation/TranslationUtilsTest.cpp
78
suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::GetDefaultSettings Test", &TranslationUtilsTest::GetDefaultSettingsTest));
src/tests/kits/translation/TranslationUtilsTest.cpp
79
suite->addTest(new CppUnit::TestCaller<TranslationUtilsTest>("TranslationUtilsTest::AddTranslationItems Test", &TranslationUtilsTest::AddTranslationItemsTest));
src/tests/kits/translation/TranslatorRosterTest.cpp
106
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
110
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
114
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
118
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
122
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
126
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
130
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
134
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
72
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
81
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
85
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
89
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
93
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorRosterTest.cpp
97
suite->addTest(new CppUnit::TestCaller<TranslatorRosterTest>(
src/tests/kits/translation/TranslatorTest.cpp
106
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::AcquireRelease Test", &TranslatorTest::AcquireReleaseTest));
src/tests/kits/translation/TranslatorTest.cpp
107
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::MakeConfigurationView Test", &TranslatorTest::MakeConfigurationViewTest));
src/tests/kits/translation/TranslatorTest.cpp
108
suite->addTest(new CppUnit::TestCaller<TranslatorTest>("TranslatorTest::GetConfigurationMessage Test", &TranslatorTest::GetConfigurationMessageTest));
src/tests/system/network/posixnet/GetAddrInfo.cpp
74
suite.addTest(new CppUnit::TestCaller<GetAddrInfoTest>(
src/tests/system/network/posixnet/GetAddrInfo.cpp
76
suite.addTest(new CppUnit::TestCaller<GetAddrInfoTest>(
src/tests/system/network/posixnet/GetAddrInfo.cpp
79
parent.addTest("GetAddrInfoTest", &suite);
src/tests/system/network/posixnet/SocketTests.cpp
75
suite.addTest(new CppUnit::TestCaller<SocketTests>(
src/tests/system/network/posixnet/SocketTests.cpp
78
suite.addTest(new CppUnit::TestCaller<SocketTests>(
src/tests/system/network/posixnet/SocketTests.cpp
82
parent.addTest("SocketTests", &suite);
src/tools/cppunit/TestShell.cpp
222
suite.addTest( i->second );
src/tools/cppunit/TestShell.cpp
258
suite.addTest( fTests[*i] );
src/tools/cppunit/TestShell.cpp
76
t->addTest(i->second);
src/tools/cppunit/TestShell.cpp
77
ts->addTest(t);
src/tools/cppunit/cppunit/TestFactoryRegistry.cpp
187
suite->addTest( factory->makeTest() );
src/tools/cppunit/cppunit/TestRunner.cpp
48
m_suite->addTest( test );