00001 00023 #if (!defined __THREADSERVER_MAINTEST_STEP_H__) 00024 #define __THREADSERVER_MAINTEST_STEP_H__ 00025 #include <TestExecuteStepBase.h> 00026 #include "Te_ThreadClientServerTestSuiteStepBase.h" 00027 00031 class CMainTestStep : public CTe_ThreadClientServerTestSuiteStepBase 00032 { 00033 public: 00034 CMainTestStep(CTe_ThreadClientServerTestSuite& aParent); 00035 ~CMainTestStep(); 00036 00037 // CTe_ThreadClientServerTestSuiteStepBase implementation 00038 virtual TVerdict doTestStepL(); 00039 00040 }; 00041 00042 _LIT(KMainTestStep,"MainTestStep"); 00043 00044 #endif