vmbx/vmbxcpplugin/tsrc/inc/ut_vmbxcpplugin.h
changeset 19 e44a8c097b15
parent 13 e32024264ebb
--- a/vmbx/vmbxcpplugin/tsrc/inc/ut_vmbxcpplugin.h	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxcpplugin/tsrc/inc/ut_vmbxcpplugin.h	Fri May 14 16:24:46 2010 +0300
@@ -21,19 +21,10 @@
 
 // System includes
 #include <QtTest/QtTest>
-#include <QString>
-#include <QStringList>
-#include <QSignalSpy>
-#include <QMetaType>
 #include <QObject>
 
-
-// Class forwards
-class VmbxCpPlugin;
-class VmbxCpGroup;
-
 /*!
-    Mt_vmbxEngine module test class.
+    Ut_vmbxCpPlugin module test class.
 
     Tests Ut_vmbxCpPlugin interface.
     See cpp file for more information.
@@ -46,35 +37,17 @@
 {
     Q_OBJECT
 
-public:
-    Ut_vmbxCpPlugin();
-
-    virtual ~Ut_vmbxCpPlugin();
-
 private slots: 
 
     /*!
-        Called before the first testfunction is executed.
-    */
-    void initTestCase();
-
-    /*!
-        Called after the last testfunction has been executed.
-    */
-    void cleanupTestCase();
-
-    /*!
         Test method in VmbxCpPlugin
     */
     void testCreateSettingFormItemData();
-
-private:  //data
-
+    
     /*!
-        Own.
-    */
-    VmbxCpPlugin *mCpPlugin;
-
+        Test method in VmbxCpGroup
+    */    
+    void testCreateVmbxCpGroup();
 };
 
 #endif // _UT_VMBXCPPLUGIN_H