#ifndef _vector_map_test_h_ #define _vector_map_test_h_ #include class VectorMapTest : public BTestCase { public: VectorMapTest(std::string name = ""); static CppUnit::Test* Suite(); }; #endif // _vector_map_test_h_