tsrc/unittest/unittest_statehandler/unittest_statehandler.h
changeset 65 ccee5c4b0de4
parent 23 74c9f037fd5d
--- a/tsrc/unittest/unittest_statehandler/unittest_statehandler.h	Tue Sep 07 13:12:03 2010 +0530
+++ b/tsrc/unittest/unittest_statehandler/unittest_statehandler.h	Mon Sep 20 12:39:08 2010 +0530
@@ -38,14 +38,36 @@
      *
      */
     void init(); 
-    void removeModelTestCase1();
-    void removeModelTestCase2();
-    void createStateTestCase();
-    void createModelTestCase1();
-    void createModelTestCase2();
-    void createGridModelTestCase1();
-    void createGridModelTestCase2();
+    
+    void removeModelGridTestCase();
+    void removeModelAlbumGridTestCase();
+    void removeModelAlbumListTestCase();
+    
+    void cleanModelGridTestCase();
+    void cleanModelAlbumListTestCase();
+    
+    void createStateGridTestCase();
+    void createStateListTestCase();
+    void createStateSettingTestCase();
+    void createStateDetailTestCase();
+    void createStateNoneTestCase();
     
+    void createModelAlbumListTestCase();
+    void createModelImageViewerTestCase();
+    void createModelAlbumSlideShowTestCase();
+    void createGridModelAllTestCase();
+    void createGridModelAlbumTestCase();  
+   
+    void gridInternalStateTestCase();
+    void gridTransitionParameterTestCase();    
+    void listInternalStateTestCase();
+    void listTransitionParameterTestCase();
+    void fullScreenInternalStateTestCase();
+    void fullScreenTransitionParameterTestCase();
+    void slideShowInternalStateTestCase();
+    void detailInternalStateTestCase();
+    void detailTransitionParameterNegativeTestCase();
+    void detailTransitionParameterTestCase(); 
     
     /**
      * will be called after every testfunction.