stif/TestCombiner/inc/TestCase.h
changeset 30 86a2e675b80a
parent 26 4fde310f06fe
equal deleted inserted replaced
26:4fde310f06fe 30:86a2e675b80a
   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