xref: /haiku/src/tests/system/kernel/util/VectorMapTest.h (revision 7749d0bb0c358a3279b1b9cc76d8376e900130a5)
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