testexecfw/symbianunittestfw/symbianunittestfw_pub/symbian_unit_test_api/inc/symbianunittestsuite.h
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    91         * Adds a new unit test to this unit test suite.
    91         * Adds a new unit test to this unit test suite.
    92         * @param aTest the test to be added, the ownership is transferred. 
    92         * @param aTest the test to be added, the ownership is transferred. 
    93         */        
    93         */        
    94         IMPORT_C void AddL( MSymbianUnitTestInterface* aTest );        
    94         IMPORT_C void AddL( MSymbianUnitTestInterface* aTest );        
    95         
    95         
    96     private: // Constructors
    96     protected: // Constructors
    97     
    97     
    98         CSymbianUnitTestSuite();
    98         IMPORT_C CSymbianUnitTestSuite();
    99         void ConstructL( const TDesC& aName );
    99         IMPORT_C void ConstructL( const TDesC& aName );
   100     
   100     
   101     private: // Data
   101     private: // Data
   102         
   102         
   103         RPointerArray< MSymbianUnitTestInterface > iTests;
   103         RPointerArray< MSymbianUnitTestInterface > iTests;
   104         HBufC* iName;
   104         HBufC* iName;