Searched refs:SeekTest (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/kits/support/bmemoryio/
H A DSeekTest.h8 class SeekTest : public BTestCase class in inherits:BTestCase
18 SeekTest(std::string name = "");
19 virtual ~SeekTest();
H A DSeekTest.cpp1 #include "SeekTest.h"
6 SeekTest::SeekTest(std::string name) : function in class:SeekTest
13 SeekTest::~SeekTest()
19 SeekTest::PerformTest(void)
47 CppUnit::Test *SeekTest::suite(void)
49 typedef CppUnit::TestCaller<SeekTest>
52 return(new SeekTestCaller("BMemoryIO::Seek Test", &SeekTest::PerformTest));
H A DMemoryIOTest.cpp5 #include "SeekTest.h"
15 testSuite->addTest(SeekTest::suite());
/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.h54 void SeekTest();
H A DBitmapStreamTest.cpp77 &BitmapStreamTest::SeekTest));
323 BitmapStreamTest::SeekTest() function in class:BitmapStreamTest

Completed in 101 milliseconds