Searched refs:MallocSeekTest (Results 1 – 4 of 4) sorted by relevance
6 MallocSeekTest::MallocSeekTest(std::string name) : in MallocSeekTest() function in MallocSeekTest13 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()
8 class MallocSeekTest : public BTestCase18 MallocSeekTest(std::string name = "");19 virtual ~MallocSeekTest();
12 testSuite->addTest(MallocSeekTest::suite()); in MallocIOTestSuite()
55 MallocSeekTest.cpp