diff -r a9c038d69df8 -r 8f8df8006c40 stif/inc/TestThreadContainer.h --- a/stif/inc/TestThreadContainer.h Wed Jun 09 11:23:41 2010 +0300 +++ b/stif/inc/TestThreadContainer.h Mon Jun 21 17:25:56 2010 +0300 @@ -222,9 +222,15 @@ virtual void DoNotifyCommand(TCommand aCommand, const TDesC8& aParamsPckg); /** + * Get test case execution arguments + */ + virtual const TDesC& GetTestCaseArguments() const; + + + /** * Obtain title of currently running test case. */ - virtual void GetTestCaseTitleL(TDes& aTestCaseTitle); + virtual void GetTestCaseTitleL(TDes& aTestCaseTitle); /** * Sets thread logger. @@ -308,7 +314,7 @@ /** * Check that server is alive. */ - void IsServerAlive(); + void IsServerAlive() const; /** * Exception handler @@ -360,13 +366,17 @@ /** * C++ default constructor. */ - CTestThreadContainer( CTestModuleContainer* aModuleContainer ); - + CTestThreadContainer( CTestModuleContainer* aModuleContainer ); + + /** + * Get module container. + */ + CTestModuleContainer& ModuleContainer(); + /** * Handles to parent. */ - CTestExecution& TestExecution(); - CTestModuleContainer& ModuleContainer(); + CTestExecution& TestExecution() const; public: // Data