videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
child 59 a76e86df7ccd
--- a/videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h	Fri Apr 16 14:59:52 2010 +0300
+++ b/videocollection/videocollectionview/tsrc/testcollectionview/inc/testcollectionview.h	Mon May 03 12:32:50 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;
+    
 };