Home
last modified time | relevance | path

Searched refs:MallocSeekTest (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tests/kits/support/bmemoryio/
H A DMallocSeekTest.cpp6 MallocSeekTest::MallocSeekTest(std::string name) : in MallocSeekTest() function in MallocSeekTest
13 MallocSeekTest::~MallocSeekTest() in ~MallocSeekTest()
19 MallocSeekTest::PerformTest(void) in PerformTest()
50 CppUnit::Test *MallocSeekTest::suite(void) in suite()
52 typedef CppUnit::TestCaller<MallocSeekTest> in suite()
55 return(new MallocSeekTestCaller("BMallocIO::Seek Test", &MallocSeekTest::PerformTest)); in suite()
H A DMallocSeekTest.h8 class MallocSeekTest : public BTestCase
18 MallocSeekTest(std::string name = "");
19 virtual ~MallocSeekTest();
H A DMallocIOTest.cpp12 testSuite->addTest(MallocSeekTest::suite()); in MallocIOTestSuite()
/haiku/src/tests/kits/support/
H A DJamfile55 MallocSeekTest.cpp