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