1 //------------------------------------------------------------------------------
4 //------------------------------------------------------------------------------
6 #ifndef B_CURSOR_TESTER_H
7 #define B_CURSOR_TESTER_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class BCursorTester
: public TestCase
26 BCursorTester(std::string name
) : TestCase(name
) {;}
41 #endif // B_CURSOR_TESTER_H