Inherits CTe_ThreadClientServerTestSuiteStepBase, and CTe_ProcessClientServerTestSuiteStepBase.
Public Member Functions | |
CMainTestStep (CTe_ProcessClientServerTestSuite &aParent) | |
~CMainTestStep () | |
virtual TVerdict | doTestStepL () |
CMainTestStep (CTe_ThreadClientServerTestSuite &aParent) | |
virtual TVerdict | doTestStepL () |
Demonstrates how to test all the functionality of process client server
Functionality test class of thread client server
Definition at line 31 of file MainTestStep.h.
CMainTestStep::CMainTestStep | ( | CTe_ProcessClientServerTestSuite & | aParent | ) |
Constructor
Definition at line 50 of file MainTestStep.cpp.
CMainTestStep::~CMainTestStep | ( | ) |
Destructor
Definition at line 44 of file MainTestStep.cpp.
CMainTestStep::CMainTestStep | ( | CTe_ThreadClientServerTestSuite & | aParent | ) |
Constructor
Definition at line 51 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.
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 64 of file MainTestStep.cpp.