Public Member Functions | |
CMainTestStep (CTe_ProcessClientServerTestSuite &aParent) | |
~CMainTestStep () | |
virtual TVerdict | doTestStepL () |
CMainTestStep (CTe_ThreadClientServerTestSuite &aParent) | |
virtual TVerdict | doTestStepL () |
Functionality test class of thread client server
Definition at line 31 of file MainTestStep.h.
CMainTestStep::CMainTestStep | ( | CTe_ProcessClientServerTestSuite & | aParent | ) |
Constructor
Definition at line 38 of file MainTestStep.cpp.
CMainTestStep::~CMainTestStep | ( | ) |
Destructor
Definition at line 32 of file MainTestStep.cpp.
CMainTestStep::CMainTestStep | ( | CTe_ThreadClientServerTestSuite & | aParent | ) |
Constructor
Definition at line 38 of file MainTestStep.cpp.
TVerdict CMainTestStep::doTestStepL | ( | ) | [virtual] |
Override of base class pure virtual Our implementation only gets called if the base class doTestStepPreambleL() did not leave. That being the case, the current test result value will be EPass.
Definition at line 52 of file MainTestStep.cpp.