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