stif/TestCombiner/inc/TestCombinerUtils.h
changeset 25 9aaae25af322
parent 0 a03f92240627
child 30 86a2e675b80a
--- a/stif/TestCombiner/inc/TestCombinerUtils.h	Tue May 25 18:01:01 2010 +0300
+++ b/stif/TestCombiner/inc/TestCombinerUtils.h	Mon Jun 14 11:37:33 2010 +0300
@@ -91,6 +91,11 @@
         */
         void SetTitleL(TDesC& aTitle);
 
+        /**
+         * Sets test case arguments.
+         */
+        void SetTestCaseArgumentsL( const TDesC& aTestCaseArguments );
+
     private:
         /**
         * C++ default constructor.
@@ -112,6 +117,7 @@
         TFullTestResult::TCaseExecutionResult iCategory;
         TInt    iTimeout;
         TPtrC   iTitle;
+		TPtrC   iTestCaseArguments;
         
     private:
         HBufC*  iModuleBuf;
@@ -119,7 +125,7 @@
         HBufC*  iConfigBuf;
         HBufC*  iTestIdBuf;
         HBufC*  iTitleBuf;
-    
+        HBufC*  iTestCaseArgumentsBuf;
     };
     
 // CLASS DECLARATION