Symbol: BTestSuite
headers/tools/cppunit/TestShell.h
63
status_t AddSuite(BTestSuite *kit);
headers/tools/cppunit/TestSuite.h
14
class CPPUNIT_API BTestSuite : public CppUnit::Test {
headers/tools/cppunit/TestSuite.h
16
BTestSuite(std::string name = "");
headers/tools/cppunit/TestSuite.h
17
virtual ~BTestSuite();
headers/tools/cppunit/TestSuite.h
34
BTestSuite(const BTestSuite &other);
headers/tools/cppunit/TestSuite.h
35
BTestSuite& operator=(const BTestSuite &other);
headers/tools/cppunit/TestSuiteAddon.h
6
class BTestSuite;
headers/tools/cppunit/TestSuiteAddon.h
8
extern "C" CPPUNIT_API BTestSuite* getTestSuite();
src/tests/ExampleTestAddon.cpp
6
BTestSuite* getTestSuite() {
src/tests/ExampleTestAddon.cpp
7
BTestSuite *suite = new BTestSuite("ExampleSuite");
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
16
BTestSuite *
src/tests/add-ons/translators/TranslatorTestAddOn.cpp
19
BTestSuite *suite = new BTestSuite("Translators");
src/tests/apps/haikudepot/DataIOUtilsTest.cpp
108
DataIOUtilsTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/DataIOUtilsTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/DumpExportRepositoryJsonListenerTest.cpp
228
DumpExportRepositoryJsonListenerTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/DumpExportRepositoryJsonListenerTest.h
21
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/DumpExportRepositoryTest.cpp
267
DumpExportRepositoryTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/DumpExportRepositoryTest.h
34
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/HaikuDepotTestAddon.cpp
23
BTestSuite*
src/tests/apps/haikudepot/HaikuDepotTestAddon.cpp
26
BTestSuite* suite = new BTestSuite("HaikuDepot");
src/tests/apps/haikudepot/JwtTokenHelperTest.cpp
65
JwtTokenHelperTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/JwtTokenHelperTest.h
23
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/LocaleUtilsTest.cpp
194
LocaleUtilsTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/LocaleUtilsTest.h
30
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.cpp
113
StandardMetaDataJsonEventListenerTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/StandardMetaDataJsonEventListenerTest.h
23
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/StorageUtilsTest.cpp
40
StorageUtilsTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/StorageUtilsTest.h
19
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/StringUtilsTest.cpp
111
StringUtilsTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/StringUtilsTest.h
25
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/TarArchiveServiceTest.cpp
92
TarArchiveServiceTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/TarArchiveServiceTest.h
21
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/ValidationFailureTest.cpp
103
ValidationFailureTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/ValidationFailureTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/apps/haikudepot/ValidationUtilsTest.cpp
149
ValidationUtilsTest::AddTests(BTestSuite& parent)
src/tests/apps/haikudepot/ValidationUtilsTest.h
32
static void AddTests(BTestSuite& suite);
src/tests/apps/mediaplayer/FileReadWriteTest.cpp
103
FileReadWriteTest::AddTests(BTestSuite& parent)
src/tests/apps/mediaplayer/FileReadWriteTest.h
23
static void AddTests(BTestSuite& suite);
src/tests/apps/mediaplayer/MediaPlayerTestAddon.cpp
10
BTestSuite* suite = new BTestSuite("MediaPlayer");
src/tests/apps/mediaplayer/MediaPlayerTestAddon.cpp
7
BTestSuite*
src/tests/kits/app/AppKitTestAddon.cpp
18
BTestSuite* getTestSuite2() {
src/tests/kits/app/AppKitTestAddon.cpp
19
BTestSuite *suite = new BTestSuite("App");
src/tests/kits/app/AppKitTestStub.cpp
21
extern BTestSuite* getTestSuite2();
src/tests/kits/app/AppKitTestStub.cpp
23
BTestSuite* getTestSuite() {
src/tests/kits/interface/InterfaceKitTestAddon.cpp
18
BTestSuite *
src/tests/kits/interface/InterfaceKitTestAddon.cpp
21
BTestSuite *suite = new BTestSuite("Interface");
src/tests/kits/locale/CollatorTest.cpp
72
CollatorTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/CollatorTest.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/DateFormatTest.cpp
437
DateFormatTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/DateFormatTest.h
26
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/DurationFormatTest.cpp
131
DurationFormatTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/DurationFormatTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/LanguageTest.cpp
137
LanguageTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/LanguageTest.h
27
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/LocaleKitTestAddon.cpp
20
BTestSuite*
src/tests/kits/locale/LocaleKitTestAddon.cpp
23
BTestSuite* suite = new BTestSuite("LocaleKit");
src/tests/kits/locale/NumberFormatTest.cpp
68
NumberFormatTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/NumberFormatTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/RelativeDateTimeFormatTest.cpp
115
RelativeDateTimeFormatTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/RelativeDateTimeFormatTest.h
24
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/StringFormatTest.cpp
129
StringFormatTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/StringFormatTest.h
21
static void AddTests(BTestSuite& suite);
src/tests/kits/locale/UnicodeCharTest.cpp
123
UnicodeCharTest::AddTests(BTestSuite& parent)
src/tests/kits/locale/UnicodeCharTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/media/AreaTest.cpp
77
AreaTest::AddTests(BTestSuite& parent)
src/tests/kits/media/AreaTest.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/media/BufferTest.cpp
111
BufferTest::AddTests(BTestSuite& parent)
src/tests/kits/media/BufferTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/media/FormatDescriptions.cpp
80
FormatDescriptionsTest::AddTests(BTestSuite& parent)
src/tests/kits/media/FormatDescriptions.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/media/MediaKitTestAddon.cpp
16
BTestSuite*
src/tests/kits/media/MediaKitTestAddon.cpp
19
BTestSuite* suite = new BTestSuite("MediaKit");
src/tests/kits/media/SizeofTest.cpp
79
SizeofTest::AddTests(BTestSuite& parent)
src/tests/kits/media/SizeofTest.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/net/libnetapi/NetAPITestAddon.cpp
15
BTestSuite*
src/tests/kits/net/libnetapi/NetAPITestAddon.cpp
18
BTestSuite* suite = new BTestSuite("NetAPI");
src/tests/kits/net/libnetapi/NetworkAddressTest.cpp
177
NetworkAddressTest::AddTests(BTestSuite& parent)
src/tests/kits/net/libnetapi/NetworkAddressTest.h
27
static void AddTests(BTestSuite& suite);
src/tests/kits/net/libnetapi/NetworkInterfaceTest.cpp
134
NetworkInterfaceTest::AddTests(BTestSuite& parent)
src/tests/kits/net/libnetapi/NetworkInterfaceTest.h
27
static void AddTests(BTestSuite& suite);
src/tests/kits/net/libnetapi/NetworkUrlTest.cpp
431
NetworkUrlTest::AddTests(BTestSuite& parent)
src/tests/kits/net/libnetapi/NetworkUrlTest.h
50
static void AddTests(BTestSuite& suite);
src/tests/kits/net/netservices2/ExclusiveBorrowTest.cpp
186
ExclusiveBorrowTest::AddTests(BTestSuite& parent)
src/tests/kits/net/netservices2/ExclusiveBorrowTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
356
HttpProtocolTest::AddTests(BTestSuite& parent)
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
432
HttpIntegrationTest::AddTests(BTestSuite& parent)
src/tests/kits/net/netservices2/HttpProtocolTest.h
30
static void AddTests(BTestSuite& suite);
src/tests/kits/net/netservices2/HttpProtocolTest.h
53
static void AddTests(BTestSuite& suite);
src/tests/kits/net/netservices2/ServicesKitTestAddon.cpp
14
BTestSuite*
src/tests/kits/net/netservices2/ServicesKitTestAddon.cpp
17
BTestSuite* suite = new BTestSuite("NetServices2Kit");
src/tests/kits/net/service/CookieTest.cpp
795
CookieTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/CookieTest.h
49
static void AddTests(BTestSuite& suite);
src/tests/kits/net/service/DataTest.cpp
130
DataTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/DataTest.h
36
static void AddTests(BTestSuite& suite);
src/tests/kits/net/service/FileTest.cpp
93
FileTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/FileTest.h
27
static void AddTests(BTestSuite& suite);
src/tests/kits/net/service/GeolocationTest.cpp
49
GeolocationTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/GeolocationTest.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/net/service/HttpTest.cpp
561
HttpTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/HttpTest.h
36
static void AddTests(BTestSuite& suite);
src/tests/kits/net/service/ServiceKitTestAddon.cpp
18
BTestSuite*
src/tests/kits/net/service/ServiceKitTestAddon.cpp
21
BTestSuite* suite = new BTestSuite("ServicesKit");
src/tests/kits/net/service/UrlTest.cpp
610
UrlTest::AddTests(BTestSuite& parent)
src/tests/kits/net/service/UrlTest.h
28
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/CalendarViewTest.cpp
78
CalendarViewTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/CalendarViewTest.h
20
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/DriverSettingsMessageAdapterTest.cpp
332
DriverSettingsMessageAdapterTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/DriverSettingsMessageAdapterTest.h
24
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/JsonEndToEndTest.cpp
250
JsonEndToEndTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/JsonEndToEndTest.h
41
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/JsonErrorHandlingTest.cpp
320
JsonErrorHandlingTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/JsonErrorHandlingTest.h
33
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/JsonTextWriterTest.cpp
223
JsonTextWriterTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/JsonTextWriterTest.h
30
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/JsonToMessageTest.cpp
250
JsonToMessageTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/JsonToMessageTest.h
32
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/KeymapTest.cpp
119
KeymapTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/KeymapTest.h
27
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/LRUCacheTest.cpp
113
LRUCacheTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/LRUCacheTest.h
22
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/MemoryRingIOTest.cpp
166
MemoryRingIOTest::AddTests(BTestSuite& parent) {
src/tests/kits/shared/MemoryRingIOTest.h
15
class BTestSuite;
src/tests/kits/shared/MemoryRingIOTest.h
31
static void AddTests(BTestSuite& parent);
src/tests/kits/shared/NaturalCompareTest.cpp
70
NaturalCompareTest::AddTests(BTestSuite& parent)
src/tests/kits/shared/NaturalCompareTest.h
23
static void AddTests(BTestSuite& suite);
src/tests/kits/shared/SharedTestAddon.cpp
23
BTestSuite*
src/tests/kits/shared/SharedTestAddon.cpp
26
BTestSuite* suite = new BTestSuite("Shared");
src/tests/kits/storage/StorageKitTestAddon.cpp
22
BTestSuite* getTestSuite() {
src/tests/kits/storage/StorageKitTestAddon.cpp
23
BTestSuite *suite = new BTestSuite("Storage");
src/tests/kits/translation/TranslationKitTestAddon.cpp
40
BTestSuite* getTestSuite() {
src/tests/kits/translation/TranslationKitTestAddon.cpp
41
BTestSuite *suite = new BTestSuite("Translation");
src/tests/system/network/posixnet/GetAddrInfo.cpp
70
GetAddrInfoTest::AddTests(BTestSuite& parent)
src/tests/system/network/posixnet/GetAddrInfo.h
21
static void AddTests(BTestSuite& suite);
src/tests/system/network/posixnet/PosixNetTestAddon.cpp
14
BTestSuite*
src/tests/system/network/posixnet/PosixNetTestAddon.cpp
17
BTestSuite* suite = new BTestSuite("PosixNet");
src/tests/system/network/posixnet/SocketTests.cpp
71
SocketTests::AddTests(BTestSuite &parent)
src/tests/system/network/posixnet/SocketTests.h
12
static void AddTests(BTestSuite& suite);
src/tools/cppunit/BTestSuite.cpp
10
BTestSuite::BTestSuite( string name )
src/tools/cppunit/BTestSuite.cpp
17
BTestSuite::~BTestSuite() {
src/tools/cppunit/BTestSuite.cpp
25
BTestSuite::deleteContents() {
src/tools/cppunit/BTestSuite.cpp
37
BTestSuite::run( CppUnit::TestResult *result ) {
src/tools/cppunit/BTestSuite.cpp
54
BTestSuite::countTestCases() const {
src/tools/cppunit/BTestSuite.cpp
69
BTestSuite::addTest(string name, CppUnit::Test *test) {
src/tools/cppunit/BTestSuite.cpp
77
BTestSuite::toString() const {
src/tools/cppunit/BTestSuite.cpp
85
BTestSuite::getName() const {
src/tools/cppunit/BTestSuite.cpp
92
BTestSuite::getTests() const {
src/tools/cppunit/TestShell.cpp
135
typedef BTestSuite* (*suiteFunc)(void);
src/tools/cppunit/TestShell.cpp
63
BTestShell::AddSuite(BTestSuite *suite) {