stif/inc/TestServerModuleIf.h
branchRCL_3
changeset 32 8f8df8006c40
parent 14 381827f66490
--- a/stif/inc/TestServerModuleIf.h	Wed Jun 09 11:23:41 2010 +0300
+++ b/stif/inc/TestServerModuleIf.h	Mon Jun 21 17:25:56 2010 +0300
@@ -415,6 +415,11 @@
         */
         TInt CancelCommandRequest();
 
+        /**
+         * Get test case arguments.
+         */
+        const TDesC& GetTestCaseArguments() const;
+
     public: // Functions that are called from test thread
 
         /**
@@ -574,6 +579,8 @@
         TInt iCaseNumber;                        // Case to be executed
         TPtr iConfig;                            // Configuration file name
         HBufC* iConfigNameBuffer;                // HBuffer for configuration file;
+        HBufC* iTestCaseArgs;                    // HBuffer for test case arguments
+		
         RMessage2 iTestExeMessage;               // Test execution message
         TTestState iThreadState;                 // Thread state