⛏️ index : haiku.git

#ifndef _vector_map_test_h_
#define _vector_map_test_h_

#include <TestCase.h>

class VectorMapTest : public BTestCase {
public:
	VectorMapTest(std::string name = "");

	static CppUnit::Test* Suite();
};

#endif // _vector_map_test_h_