controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h
changeset 32 20bd089f4aaa
parent 31 2c9d3aa5bea2
child 37 940f6b67827d
equal deleted inserted replaced
31:2c9d3aa5bea2 32:20bd089f4aaa
    28     void initTestCase();                // initialize test data
    28     void initTestCase();                // initialize test data
    29     void testCpBaseSettingView();				// test basesettingview functions
    29     void testCpBaseSettingView();				// test basesettingview functions
    30     void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions
    30     void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions
    31     void testCpSettingFormItemData();           //test CpSettingFormItemData  functions
    31     void testCpSettingFormItemData();           //test CpSettingFormItemData  functions
    32     void testItemDataHelper();    //testing item data helper class CpItemDataHelper
    32     void testItemDataHelper();    //testing item data helper class CpItemDataHelper
       
    33     void testCpPluginUtility();
       
    34     void testCpPluginLoader();    //test cppluginloader functions
       
    35     void testCpPluginInterface(); //
       
    36     void testCpLogger();          //test cplogger functions
    33     void cleanupTestCase();       // Finalize test data
    37     void cleanupTestCase();       // Finalize test data
    34 private:
    38 private:
    35     HbMainWindow* mainWindow;
    39     HbMainWindow* mainWindow;
    36 };
    40 };
    37 
    41