1 #ifndef _vector_map_test_h_ 2 #define _vector_map_test_h_ 3 4 #include <TestCase.h> 5 6 class VectorMapTest : public BTestCase { 7 public: 8 VectorMapTest(std::string name = ""); 9 10 static CppUnit::Test* Suite(); 11 }; 12 13 #endif // _vector_map_test_h_ 14