controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h
changeset 55 4c15d9aa2384
parent 37 940f6b67827d
equal deleted inserted replaced
47:dbe66a66f6a9 55:4c15d9aa2384
    24 class TestCpAPI : public QObject
    24 class TestCpAPI : public QObject
    25 {
    25 {
    26 	Q_OBJECT
    26 	Q_OBJECT
    27 private slots:
    27 private slots:
    28     void initTestCase();                // initialize test data
    28     void initTestCase();                // initialize test data
       
    29     
    29     void testCpBaseSettingView();				// test basesettingview functions
    30     void testCpBaseSettingView();				// test basesettingview functions
    30     void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions
    31     void testCpSettingFormEntryItemData();
    31     void testCpSettingFormItemData();           //test CpSettingFormItemData  functions
    32     void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions    
    32     void testItemDataHelper();    //testing item data helper class CpItemDataHelper
    33     void testCpSettingFormItemData_data(); // provide data for "testCpSettingFormItemData()"
       
    34     void testCpSettingFormItemData();           //test CpSettingFormItemData    
       
    35     void testItemDataHelper();    //testing itemdatahelper class CpItemDataHelper
    33     void testCpPluginUtility();
    36     void testCpPluginUtility();
    34     void testCpPluginLoader();    //test cppluginloader functions
    37     void testCpPluginLoader();    //test cppluginloader functions
    35     void testCpPluginInterface(); //
    38     void testCpPluginInterface(); // test cpplugininterface functions
       
    39     void testCpLancherInterface(); // test the cpLancherInterface class
    36     void testCpLogger();          //test cplogger functions
    40     void testCpLogger();          //test cplogger functions
    37     void cleanupTestCase();       // Finalize test data
    41     void cleanupTestCase();       // Finalize test data
    38 private:
    42 private:
    39     HbMainWindow* mainWindow;
    43     HbMainWindow* mainWindow;
    40 };
    44 };