videocollection/videocollectionwrapper/tsrc/testvideomodel/inc/testvideolistdatamodel.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    93     /**
    93     /**
    94      * tests if correct media id will be returned at certain positions
    94      * tests if correct media id will be returned at certain positions
    95      *
    95      *
    96      */
    96      */
    97     void testMediaIdAtIndex();
    97     void testMediaIdAtIndex();
       
    98     
       
    99     /**
       
   100      * verifies indexOfId
       
   101      */
       
   102     void testIndexOfId();
    98 	
   103 	
    99     /**
   104     /**
   100      * tests if correct file path for media will be returned at certain positions
   105      * tests if correct file path for media will be returned at certain positions
   101      *
   106      *
   102      */
   107      */
   136     /**
   141     /**
   137      * Tests to make sure detail rows are created ok in all cases
   142      * Tests to make sure detail rows are created ok in all cases
   138      *
   143      *
   139      */
   144      */
   140     void testPrepareDetails(); 
   145     void testPrepareDetails(); 
   141       
   146 
       
   147     /**
       
   148      * Tests video count string is created ok in all cases
       
   149      *
       
   150      */
       
   151     void testPrepareVideoCountString();
       
   152 
   142     /**
   153     /**
   143      * Tests to make sure size strings are created ok in all cases
   154      * Tests to make sure size strings are created ok in all cases
   144      *
   155      *
   145      */
   156      */
   146     void testPrepareSizeString();
   157     void testPrepareSizeString();
   169     
   180     
   170     /**
   181     /**
   171      * verifies setAlbumInUse
   182      * verifies setAlbumInUse
   172      */
   183      */
   173     void testSetAlbumInUse();
   184     void testSetAlbumInUse();
       
   185     
       
   186     /**
       
   187      * verifies removeItemsFromAlbum;
       
   188      */
       
   189     void testRemoveItemsFromAlbum();
   174     
   190     
   175     /**
   191     /**
   176      * tests reportAsyncStatus
   192      * tests reportAsyncStatus
   177      */
   193      */
   178     void testreportAsyncStatus();
   194     void testreportAsyncStatus();