stif/TestCombiner/inc/TestCombinerUtils.h
branchRCL_3
changeset 16 8f8df8006c40
parent 0 a03f92240627
child 18 3406c99bc375
equal deleted inserted replaced
14:a9c038d69df8 16:8f8df8006c40
    89         /**
    89         /**
    90         * Set test case title.
    90         * Set test case title.
    91         */
    91         */
    92         void SetTitleL(TDesC& aTitle);
    92         void SetTitleL(TDesC& aTitle);
    93 
    93 
       
    94         /**
       
    95          * Sets test case arguments.
       
    96          */
       
    97         void SetTestCaseArgumentsL( const TDesC& aTestCaseArguments );
       
    98 
    94     private:
    99     private:
    95         /**
   100         /**
    96         * C++ default constructor.
   101         * C++ default constructor.
    97         */
   102         */
    98         CStartInfo();
   103         CStartInfo();
   110         TInt    iCaseNum;
   115         TInt    iCaseNum;
   111         TInt    iExpectedResult;
   116         TInt    iExpectedResult;
   112         TFullTestResult::TCaseExecutionResult iCategory;
   117         TFullTestResult::TCaseExecutionResult iCategory;
   113         TInt    iTimeout;
   118         TInt    iTimeout;
   114         TPtrC   iTitle;
   119         TPtrC   iTitle;
       
   120 		TPtrC   iTestCaseArguments;
   115         
   121         
   116     private:
   122     private:
   117         HBufC*  iModuleBuf;
   123         HBufC*  iModuleBuf;
   118         HBufC*  iIniFileBuf;
   124         HBufC*  iIniFileBuf;
   119         HBufC*  iConfigBuf;
   125         HBufC*  iConfigBuf;
   120         HBufC*  iTestIdBuf;
   126         HBufC*  iTestIdBuf;
   121         HBufC*  iTitleBuf;
   127         HBufC*  iTitleBuf;
   122     
   128         HBufC*  iTestCaseArgumentsBuf;
   123     };
   129     };
   124     
   130     
   125 // CLASS DECLARATION
   131 // CLASS DECLARATION
   126 
   132 
   127 // DESCRIPTION
   133 // DESCRIPTION