stif/TestCombiner/src/TestCase.cpp
changeset 30 86a2e675b80a
parent 26 4fde310f06fe
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
   334 */
   334 */
   335 
   335 
   336 CTCTestCase::CTCTestCase( CTestCombiner* testCombiner,
   336 CTCTestCase::CTCTestCase( CTestCombiner* testCombiner,
   337                           TInt aExpectedResult,
   337                           TInt aExpectedResult,
   338                           TFullTestResult::TCaseExecutionResult aCategory,
   338                           TFullTestResult::TCaseExecutionResult aCategory,
   339                           const TDesC& aTestCaseArguments,
       
   340                           CTCTestModule* aModule ): //--PYTHON
   339                           CTCTestModule* aModule ): //--PYTHON
   341     CTestCase( testCombiner, aExpectedResult, aCategory, ECaseLocal, aModule ), //--PYTHON
   340     CTestCase( testCombiner, aExpectedResult, aCategory, ECaseLocal, aModule ), //--PYTHON
   342     iResultPckg( iResult )
   341     iResultPckg( iResult )
   343     {
   342     {
   344     }
   343     }
   404                                 CTCTestModule* aModule ) //--PYTHON
   403                                 CTCTestModule* aModule ) //--PYTHON
   405     {
   404     {
   406     CTCTestCase* self = new (ELeave) CTCTestCase( testCombiner,
   405     CTCTestCase* self = new (ELeave) CTCTestCase( testCombiner,
   407                                                    aExpectedResult,
   406                                                    aExpectedResult,
   408                                                    aCategory,
   407                                                    aCategory,
   409                                                    aTestCaseArguments,
       
   410                                                    aModule ); //--PYTHON
   408                                                    aModule ); //--PYTHON
   411      
   409      
   412     CleanupStack::PushL( self );
   410     CleanupStack::PushL( self );
   413     self->ConstructL( aModuleName, aTestId, aTestCaseArguments );
   411     self->ConstructL( aModuleName, aTestId, aTestCaseArguments );
   414     CleanupStack::Pop();
   412     CleanupStack::Pop();
  1204     {
  1202     {
  1205     // None
  1203     // None
  1206 
  1204 
  1207     }
  1205     }
  1208 
  1206 
  1209 //  End of File
  1207 // End of File