CTe_ThreadClientServerTestSuiteStepBase Class Reference

Inherited by CMainTestStep.

List of all members.

Public Member Functions

virtual ~CTe_ThreadClientServerTestSuiteStepBase ()
 CTe_ThreadClientServerTestSuiteStepBase (CTe_ThreadClientServerTestSuite &aParent)
virtual TVerdict doTestStepPreambleL ()
virtual TVerdict doTestStepPostambleL ()

Protected Attributes

CTe_ThreadClientServerTestSuiteiParent

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

TVerdict CTe_ThreadClientServerTestSuiteStepBase::doTestStepPreambleL (  )  [virtual]

Implementation of CTestStep base class virtual To make sure there is an active scheduler installed in test step thread

Returns:
Result of the test step as EFail or EPass

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.

Returns:
Result of the test step as EFail or EPass

Definition at line 64 of file Te_ThreadClientServerTestSuiteStepBase.cpp.


Generated by  doxygen 1.6.2