diff -r f5d4820de50d -r 9aaae25af322 stif/TestCombiner/inc/TestCombinerUtils.h --- 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