--- a/stif/inc/TestThreadContainer.h Mon Jun 21 22:45:06 2010 +0100
+++ b/stif/inc/TestThreadContainer.h Thu Jul 22 16:50:07 2010 +0100
@@ -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
@@ -433,5 +443,5 @@
};
#endif // TEST_THREAD_CONTAINER_H
-
+
// End of File