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

/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.h42 class BitmapStreamTest : public BTestCase { class in inherits:BTestCase
44 BitmapStreamTest(std::string name = "");
45 ~BitmapStreamTest();
H A DTranslationKitTestAddon.cpp36 #include "BitmapStreamTest.h"
43 suite->addTest("BitmapStreamTest", BitmapStreamTest::Suite());
H A DBitmapStreamTest.cpp33 #include "BitmapStreamTest.h"
50 BitmapStreamTest::BitmapStreamTest(std::string name) function in class:BitmapStreamTest
58 BitmapStreamTest::~BitmapStreamTest()
63 BitmapStreamTest::Suite()
67 typedef CppUnit::TestCaller<BitmapStreamTest> TC;
70 suite->addTest(new TC("BitmapStreamTest::Constructor Test",
71 &BitmapStreamTest::ConstructorTest));
73 suite->addTest(new TC("BitmapStreamTest
[all...]

Completed in 36 milliseconds