stif/TestCombiner/inc/TestCase.h
branchRCL_3
changeset 39 3406c99bc375
parent 32 8f8df8006c40
equal deleted inserted replaced
32:8f8df8006c40 39:3406c99bc375
   272         * C++ default constructor.
   272         * C++ default constructor.
   273         */
   273         */
   274         CTCTestCase( CTestCombiner* testCombiner,
   274         CTCTestCase( CTestCombiner* testCombiner,
   275                      TInt aExpectedResult,
   275                      TInt aExpectedResult,
   276                      TFullTestResult::TCaseExecutionResult aCategory,
   276                      TFullTestResult::TCaseExecutionResult aCategory,
   277                      const TDesC& aTestCaseArguments,
       
   278                      CTCTestModule* aModule ); //--PYTHON--
   277                      CTCTestModule* aModule ); //--PYTHON--
   279 
   278 
   280         /**
   279         /**
   281         * By default Symbian OS constructor is private.
   280         * By default Symbian OS constructor is private.
   282         */
   281         */
   596     private: // Friend classes
   595     private: // Friend classes
   597 
   596 
   598     };
   597     };
   599     
   598     
   600 #endif        // TESTCASE_H  
   599 #endif        // TESTCASE_H  
   601                 
   600 
   602 // End of File
   601 // End of File