1 #ifndef _udf_allocator_test_h_
2 #define _udf_allocator_test_h_
4 #include <ThreadedTestCase.h>
7 class AllocatorTest
: public BTestCase
{
9 AllocatorTest(std::string name
= "");
11 static CppUnit::Test
* Suite();
14 void PartitionFullTest();
17 #endif // _udf_allocator_test_h_