1 //------------------------------------------------------------------------------
4 //------------------------------------------------------------------------------
6 #ifndef UNLOCKLOOPERTEST_H
7 #define UNLOCKLOOPERTEST_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
14 // Project Includes ------------------------------------------------------------
16 // Local Includes --------------------------------------------------------------
17 #include "../common.h"
19 // Local Defines ---------------------------------------------------------------
21 // Globals ---------------------------------------------------------------------
23 class TUnlockLooperTest
: public TestCase
26 TUnlockLooperTest() {;}
27 TUnlockLooperTest(std::string name
) : TestCase(name
) {;}
36 #endif //UNLOCKLOOPERTEST_H