diff -r a9c038d69df8 -r 8f8df8006c40 stif/TestCombiner/inc/TestCombinerUtils.h --- a/stif/TestCombiner/inc/TestCombinerUtils.h Wed Jun 09 11:23:41 2010 +0300 +++ b/stif/TestCombiner/inc/TestCombinerUtils.h Mon Jun 21 17:25:56 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