videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h
changeset 36 8aed59de29f9
parent 35 3738fe97f027
child 55 4bfa887905cf
--- a/videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h	Thu Apr 01 23:32:44 2010 +0300
+++ b/videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h	Fri Apr 16 18:13:14 2010 +0300
@@ -31,8 +31,11 @@
 
 public:
     
-    TestCollectionView();
-    
+
+
+    // test functions for the test framework
+private slots:
+
     /**
      * call to init a testcase
      */
@@ -43,13 +46,10 @@
      */
     void cleanup();
     
-    // test functions for the test framework
-private slots:
-
     /**
      * called before anything else when test starts
      */
-     void initTestCase();
+    void initTestCase();
      
     /**
      * will be called after testing ends
@@ -64,13 +64,16 @@
     void testGetView();
     void testBack();
     void testOrientationChange();
+    void testTimerEvent();
 
 signals:
 
     void commandSignal(int);
     
 private:
+    
     VideoCollectionViewPlugin* mTestView;
+    
 };