CMainTestStep Class Reference

Inherits CTe_ThreadClientServerTestSuiteStepBase, and CTe_ProcessClientServerTestSuiteStepBase.

List of all members.

Public Member Functions

 CMainTestStep (CTe_ProcessClientServerTestSuite &aParent)
 ~CMainTestStep ()
virtual TVerdict doTestStepL ()
 CMainTestStep (CTe_ThreadClientServerTestSuite &aParent)
virtual TVerdict doTestStepL ()

Detailed Description

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.

Returns:
Result of the test step as EFail or 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.

Returns:
TVerdict Result of the test step as EFail or EPass

Definition at line 64 of file MainTestStep.cpp.


Generated by  doxygen 1.6.2