camcordermmfplugin/tsrc/public/basic/src/camcTest_8.cpp
changeset 42 605672cc2a86
parent 0 9b3e960ffc8a
equal deleted inserted replaced
39:e80a5e3e883f 42:605672cc2a86
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 
    19 
    20 // INCLUDE FILES
    20 // INCLUDE FILES
    21 #include "CamcTest_8.h"
    21 #include "camcTest_8.h"
    22 #include "CamcTest.h"
    22 #include "camcTest.h"
    23 
    23 
    24 // EXTERNAL DATA STRUCTURES
    24 // EXTERNAL DATA STRUCTURES
    25 
    25 
    26 // EXTERNAL FUNCTION PROTOTYPES 
    26 // EXTERNAL FUNCTION PROTOTYPES 
    27  
    27  
   455 
   455 
   456 MTest* CCamcTest_8::suiteL ()
   456 MTest* CCamcTest_8::suiteL ()
   457     {
   457     {
   458     // Always use NewL (Do not use NewLC) !!!
   458     // Always use NewL (Do not use NewLC) !!!
   459     CTestSuite *suite = CTestSuite::NewL(_L8("CCamcTest_8"));   
   459     CTestSuite *suite = CTestSuite::NewL(_L8("CCamcTest_8"));   
       
   460     CleanupStack::PushL( suite );
   460 
   461 
   461     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_001"), &MultipleInstance_001_L));
   462     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_001"), &MultipleInstance_001_L));
   462     
   463     
   463     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_002"), &MultipleInstance_002_L));
   464     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_002"), &MultipleInstance_002_L));
   464     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_003"), &MultipleInstance_003_L));
   465     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_003"), &MultipleInstance_003_L));
   465     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_004"), &MultipleInstance_004_L));
   466     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_004"), &MultipleInstance_004_L));
   466     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_005"), &MultipleInstance_005_L));
   467     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_005"), &MultipleInstance_005_L));
   467     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_006"), &MultipleInstance_006_L));
   468     suite->addTestL(CTestCaller<CCamcTest_8>::NewL(_L8("CAMC_API.MULTIPLEINSTANCE_006"), &MultipleInstance_006_L));
   468     
   469     
       
   470     CleanupStack::Pop( suite );
   469     return suite;
   471     return suite;
   470     }
   472     }
   471 
   473