searchui/stateproviders/searchstateprovider/tsrc/t_searchstateprovider/inc/t_searchstateprovider.h
changeset 15 df6898e696c6
parent 9 4a2987baf8f7
child 21 708468d5143e
equal deleted inserted replaced
13:0a2ec6860a93 15:df6898e696c6
    55     void testonAsyncSearchComplete();
    55     void testonAsyncSearchComplete();
    56     void testonGetDocumentComplete();
    56     void testonGetDocumentComplete();
    57     void testopenResultitem();
    57     void testopenResultitem();
    58     void testgetSettingCategory();
    58     void testgetSettingCategory();
    59     void testsetSettings();
    59     void testsetSettings();
    60     void teststartNewSearch();    
    60     void teststartNewSearch();
    61     void testsettingsaction();
    61     void testsettingsaction();
    62     void testcancelSearch();
    62     void testcancelSearch();
    63     void testhandleOkError();
    63     void testhandleOkError();
    64     void testclear();
    64     void testclear();
    65     void testnoResultsFound();
    65     void testnoResultsFound();
   101     void testcheckBoxCancelEvent();
   101     void testcheckBoxCancelEvent();
   102     void testitemChecked();
   102     void testitemChecked();
   103     void testcreateGui();
   103     void testcreateGui();
   104     void testpreparecategories();
   104     void testpreparecategories();
   105     void testq_currentIndexChanged();
   105     void testq_currentIndexChanged();
   106 
       
   107     void selectedItemCategory();
   106     void selectedItemCategory();
   108 
   107 
   109     /* void testOnWizardAddedSignalledNoWizardInCS();
   108     /**
   110      void testProgressUpdated();
   109      * t_searchonlinestate.cpp
   111      void testWizardSelected();    
       
   112      */
   110      */
       
   111     void teststartOnlineSearch();
       
   112     void testonlinesetSettings();
       
   113     void testonlinecancelSearch();    
       
   114     void testslotbackEventTriggered();
       
   115     void testslotIndeviceQuery();
       
   116     void testslotlaunchLink();
       
   117     void testslotviewReady();    
       
   118 
       
   119     /**
       
   120      * t_searchstateprovider.cpp
       
   121      * unit test code for uiloader
       
   122      */
       
   123     void testcreatenanddelete();
       
   124     void testslotsendtobackground();
   113 private:
   125 private:
   114 
       
   115     /**
   126     /**
   116      * Helper method testing construction of state
   127      * Helper method testing construction of state
   117      *
   128      *
   118      * @param library Name of the library/plugin that contains the state.
   129      * @param library Name of the library/plugin that contains the state.
   119      * @param uri Unique state identificator.
   130      * @param uri Unique state identificator.
   120      *
   131      *
   121      * @return True if state was created successfully, false otherwise.
   132      * @return True if state was created successfully, false otherwise.
   122      * @since S60 ?S60_version.
   133      * @since S60 ?S60_version.
   123      */
   134      */
   124     bool verifyStateCreation(const QString& uri);    
   135     bool verifyStateCreation(const QString& uri);
   125 
   136     
   126     HbMainWindow* mainWindow();
   137     HbMainWindow *mainWindow();
   127 
       
   128 private:
   138 private:
   129 
   139 
   130     HbMainWindow *mMainWindow;
   140     HbMainWindow *mMainWindow;
   131 
   141 
   132     };
   142     };