Public Member Functions | |
~CTe_ThreadClientServerTestSuite () | |
virtual CTestStep * | CreateTestStep (const TDesC &aStepName) |
CActiveScheduler * | Scheduler () const |
RThreadClient & | Handler () |
Static Public Member Functions | |
static CTe_ThreadClientServerTestSuite * | NewL () |
Demonstrates how to create test step and perform asynchronous operation for thread client server
Definition at line 33 of file Te_ThreadClientServerTestSuiteServer.h.
CTe_ThreadClientServerTestSuite::~CTe_ThreadClientServerTestSuite | ( | ) |
Destructor
Definition at line 59 of file Te_ThreadClientServerTestSuiteServer.cpp.
CTe_ThreadClientServerTestSuite * CTe_ThreadClientServerTestSuite::NewL | ( | ) | [static] |
Same code for Secure and non-secure variants Called inside the MainL() function to create and start the two phase constructor and CTestServer derived server.
Definition at line 48 of file Te_ThreadClientServerTestSuiteServer.cpp.
CTestStep * CTe_ThreadClientServerTestSuite::CreateTestStep | ( | const TDesC & | aStepName | ) | [virtual] |
Definition at line 121 of file Te_ThreadClientServerTestSuiteServer.cpp.