diff -r d7fc66ccd6fb -r e44a8c097b15 vmbx/vmbxcpplugin/tsrc/inc/ut_vmbxcpplugin.h --- 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 -#include -#include -#include -#include #include - -// 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