controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h
changeset 52 58cebe0861a8
parent 37 940f6b67827d
--- a/controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h	Fri Jun 25 17:09:30 2010 +0800
+++ b/controlpanel/tsrc/unit/ut_cpapi/src/ut_cpapi.h	Tue Aug 24 10:30:25 2010 +0800
@@ -26,13 +26,17 @@
 	Q_OBJECT
 private slots:
     void initTestCase();                // initialize test data
+    
     void testCpBaseSettingView();				// test basesettingview functions
-    void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions
-    void testCpSettingFormItemData();           //test CpSettingFormItemData  functions
-    void testItemDataHelper();    //testing item data helper class CpItemDataHelper
+    void testCpSettingFormEntryItemData();
+    void testCpSettingFormEntryItemDataImpl();  //test CpSettingFormEntryItemDataImpl functions    
+    void testCpSettingFormItemData_data(); // provide data for "testCpSettingFormItemData()"
+    void testCpSettingFormItemData();           //test CpSettingFormItemData    
+    void testItemDataHelper();    //testing itemdatahelper class CpItemDataHelper
     void testCpPluginUtility();
     void testCpPluginLoader();    //test cppluginloader functions
-    void testCpPluginInterface(); //
+    void testCpPluginInterface(); // test cpplugininterface functions
+    void testCpLancherInterface(); // test the cpLancherInterface class
     void testCpLogger();          //test cplogger functions
     void cleanupTestCase();       // Finalize test data
 private: