Searched refs:BTestSuite (Results 1 - 25 of 132) sorted by path

123456

/haiku/headers/tools/cppunit/
H A DTestShell.h59 // in a BTestSuite object) to the list of available tests. The shell assumes
60 // ownership of the BTestSuite object. Each test in the kit is added to
62 status_t AddSuite(BTestSuite *kit);
110 typedef std::map<std::string, BTestSuite*> SuiteMap;
H A DTestSuite.h14 class CPPUNIT_API BTestSuite : public CppUnit::Test { class in inherits:CppUnit::Test
16 BTestSuite(std::string name = "");
17 virtual ~BTestSuite();
34 BTestSuite(const BTestSuite &other);
35 BTestSuite& operator=(const BTestSuite &other);
H A DTestSuiteAddon.h4 class BTestSuite;
6 extern "C" CPPUNIT_API BTestSuite* getTestSuite();
/haiku/src/tests/
H A DExampleTestAddon.cpp6 BTestSuite* getTestSuite() {
7 BTestSuite *suite = new BTestSuite("ExampleSuite");
/haiku/src/tests/add-ons/kernel/debugger/
H A DDemangleTest.h21 static void AddTests(BTestSuite& suite);
H A DKernelDebuggerTest.cpp13 BTestSuite*
16 BTestSuite* suite = new BTestSuite("KernelDebuggerTest");
/haiku/src/tests/add-ons/translators/
H A DTranslatorTestAddOn.cpp16 BTestSuite *
19 BTestSuite *suite = new BTestSuite("Translators");
/haiku/src/tests/apps/haikudepot/
H A DDumpExportRepositoryJsonListenerTest.h21 static void AddTests(BTestSuite& suite);
H A DStandardMetaDataJsonEventListenerTest.cpp113 StandardMetaDataJsonEventListenerTest::AddTests(BTestSuite& parent)
H A DStandardMetaDataJsonEventListenerTest.h23 static void AddTests(BTestSuite& suite);
/haiku/src/tests/kits/app/
H A DAppKitTestAddon.cpp18 BTestSuite* getTestSuite2() {
19 BTestSuite *suite = new BTestSuite("App");
H A DAppKitTestStub.cpp21 extern BTestSuite* getTestSuite2();
23 BTestSuite* getTestSuite() {
/haiku/src/tests/kits/interface/
H A DInterfaceKitTestAddon.cpp18 BTestSuite *
21 BTestSuite *suite = new BTestSuite("Interface");
/haiku/src/tests/kits/locale/
H A DCollatorTest.cpp72 CollatorTest::AddTests(BTestSuite& parent)
H A DCollatorTest.h20 static void AddTests(BTestSuite& suite);
H A DDateFormatTest.h26 static void AddTests(BTestSuite& suite);
H A DDurationFormatTest.cpp129 DurationFormatTest::AddTests(BTestSuite& parent)
H A DDurationFormatTest.h22 static void AddTests(BTestSuite& suite);
H A DRelativeDateTimeFormatTest.cpp115 RelativeDateTimeFormatTest::AddTests(BTestSuite& parent)
H A DRelativeDateTimeFormatTest.h24 static void AddTests(BTestSuite& suite);
H A DStringFormatTest.cpp129 StringFormatTest::AddTests(BTestSuite& parent)
H A DStringFormatTest.h21 static void AddTests(BTestSuite& suite);
H A DUnicodeCharTest.cpp123 UnicodeCharTest::AddTests(BTestSuite& parent)
H A DUnicodeCharTest.h22 static void AddTests(BTestSuite& suite);
/haiku/src/tests/kits/media/
H A DAreaTest.cpp77 AreaTest::AddTests(BTestSuite& parent)

Completed in 94 milliseconds

123456