tsrc/unittest/unittest_statehandler/unittest_statehandler.h
changeset 70 a91aa46552be
parent 23 74c9f037fd5d
equal deleted inserted replaced
67:199e6e1e0b54 70:a91aa46552be
    36   /**
    36   /**
    37      * will be called before each testfunction is executed.
    37      * will be called before each testfunction is executed.
    38      *
    38      *
    39      */
    39      */
    40     void init(); 
    40     void init(); 
    41     void removeModelTestCase1();
       
    42     void removeModelTestCase2();
       
    43     void createStateTestCase();
       
    44     void createModelTestCase1();
       
    45     void createModelTestCase2();
       
    46     void createGridModelTestCase1();
       
    47     void createGridModelTestCase2();
       
    48     
    41     
       
    42     void removeModelGridTestCase();
       
    43     void removeModelAlbumGridTestCase();
       
    44     void removeModelAlbumListTestCase();
       
    45     
       
    46     void cleanModelGridTestCase();
       
    47     void cleanModelAlbumListTestCase();
       
    48     
       
    49     void createStateGridTestCase();
       
    50     void createStateListTestCase();
       
    51     void createStateSettingTestCase();
       
    52     void createStateDetailTestCase();
       
    53     void createStateNoneTestCase();
       
    54     
       
    55     void createModelAlbumListTestCase();
       
    56     void createModelImageViewerTestCase();
       
    57     void createModelAlbumSlideShowTestCase();
       
    58     void createGridModelAllTestCase();
       
    59     void createGridModelAlbumTestCase();  
       
    60    
       
    61     void gridInternalStateTestCase();
       
    62     void gridTransitionParameterTestCase();    
       
    63     void listInternalStateTestCase();
       
    64     void listTransitionParameterTestCase();
       
    65     void fullScreenInternalStateTestCase();
       
    66     void fullScreenTransitionParameterTestCase();
       
    67     void slideShowInternalStateTestCase();
       
    68     void detailInternalStateTestCase();
       
    69     void detailTransitionParameterNegativeTestCase();
       
    70     void detailTransitionParameterTestCase(); 
    49     
    71     
    50     /**
    72     /**
    51      * will be called after every testfunction.
    73      * will be called after every testfunction.
    52      *
    74      *
    53      */
    75      */