Inherited by CMainTestStep.
Public Member Functions | |
virtual | ~CTe_ThreadClientServerTestSuiteStepBase () |
CTe_ThreadClientServerTestSuiteStepBase (CTe_ThreadClientServerTestSuite &aParent) | |
virtual TVerdict | doTestStepPreambleL () |
virtual TVerdict | doTestStepPostambleL () |
Protected Attributes | |
CTe_ThreadClientServerTestSuite & | iParent |
This new step base is used to define the project related common variables and members of all the individual test steps.
Definition at line 32 of file Te_ThreadClientServerTestSuiteStepBase.h.
CTe_ThreadClientServerTestSuiteStepBase::~CTe_ThreadClientServerTestSuiteStepBase | ( | ) | [virtual] |
Destructor
Definition at line 71 of file Te_ThreadClientServerTestSuiteStepBase.cpp.
CTe_ThreadClientServerTestSuiteStepBase::CTe_ThreadClientServerTestSuiteStepBase | ( | CTe_ThreadClientServerTestSuite & | aParent | ) |
Constructor
Definition at line 77 of file Te_ThreadClientServerTestSuiteStepBase.cpp.
TVerdict CTe_ThreadClientServerTestSuiteStepBase::doTestStepPreambleL | ( | ) | [virtual] |
Implementation of CTestStep base class virtual To make sure there is an active scheduler installed in test step thread
Definition at line 47 of file Te_ThreadClientServerTestSuiteStepBase.cpp.
TVerdict CTe_ThreadClientServerTestSuiteStepBase::doTestStepPostambleL | ( | ) | [virtual] |
Implementation of CTestStep base class virtual Used for doing all after test treatment common to derived classes. Make the function leave; the leave is picked up by the framework.
Definition at line 64 of file Te_ThreadClientServerTestSuiteStepBase.cpp.