videocollection/videocollectionwrapper/tsrc/testvideomodel_p/inc/testvideomodel_p.h
changeset 38 ff53afa8ad05
parent 36 8aed59de29f9
child 50 21fe8338c6bf
equal deleted inserted replaced
37:4eb2df7f7cbe 38:ff53afa8ad05
    86    /**
    86    /**
    87     * emitted to get videoDetailsCompletedSlot to be called.
    87     * emitted to get videoDetailsCompletedSlot to be called.
    88     */
    88     */
    89    void signalVideoDetailsCompleted(CMPXMedia*);
    89    void signalVideoDetailsCompleted(CMPXMedia*);
    90    
    90    
       
    91    /**
       
    92     * emitted to get listCompleteSlot to be called.
       
    93     */
       
    94    void signalListCompleteSlot();
       
    95    
    91     // test functions for the test framework
    96     // test functions for the test framework
    92 private slots:
    97 private slots:
    93     /**
    98     /**
    94      * called before anything else when test starts
    99      * called before anything else when test starts
    95      */
   100      */
   246 
   251 
   247     /**
   252     /**
   248      * verifies getMediaIdFromIndex when fetching collections
   253      * verifies getMediaIdFromIndex when fetching collections
   249      */
   254      */
   250     void testGetCollectionIdFromIndex();
   255     void testGetCollectionIdFromIndex();
       
   256     
       
   257     /**
       
   258      * verifies listCompleteSlot
       
   259      */
       
   260     void testListCompleteSlot();
   251 
   261 
   252 private:
   262 private:
   253   
   263   
   254     /**
   264     /**
   255      * object under test
   265      * object under test