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

/haiku/src/tests/kits/media/
H A DFormatDescriptions.h13 class FormatDescriptionsTest: public BTestCase { class in inherits:BTestCase
15 FormatDescriptionsTest();
16 virtual ~FormatDescriptionsTest();
H A DMediaKitTestAddon.cpp25 FormatDescriptionsTest::AddTests(*suite);
H A DFormatDescriptions.cpp15 FormatDescriptionsTest::FormatDescriptionsTest() function in class:FormatDescriptionsTest
20 FormatDescriptionsTest::~FormatDescriptionsTest()
26 FormatDescriptionsTest::TestCompare()
80 FormatDescriptionsTest::AddTests(BTestSuite& parent)
82 CppUnit::TestSuite& suite = *new CppUnit::TestSuite("FormatDescriptionsTest");
84 suite.addTest(new CppUnit::TestCaller<FormatDescriptionsTest>(
85 "FormatDescriptionsTest::TestCompare",
86 &FormatDescriptionsTest
[all...]

Completed in 42 milliseconds