searchui/stateproviders/searchstateprovider/tsrc/t_searchstateprovider/inc/t_searchstateprovider.h
changeset 2 208a4ba3894c
parent 0 ccd0fd43f247
child 3 6832643895f7
equal deleted inserted replaced
0:ccd0fd43f247 2:208a4ba3894c
    43     void testCreateAndDestructSearchStateProvider();
    43     void testCreateAndDestructSearchStateProvider();
    44     void testStates();
    44     void testStates();
    45     void testCreateProgressiveState();
    45     void testCreateProgressiveState();
    46     void testCreateSettingsState();
    46     void testCreateSettingsState();
    47     void testCreateinitState();
    47     void testCreateinitState();
    48     void testCreateInvalidState();
    48      /**
    49 
       
    50     /**
       
    51      * t_searchprogressivestate.cpp
    49      * t_searchprogressivestate.cpp
    52      */
    50      */
    53 
    51 
    54     void testProgressiveStateConstruction();
    52     void testProgressiveStateConstruction();
    55     void testProgressiveStateOnEntryAndExitSignalled();
    53     void testProgressiveStateOnEntryAndExitSignalled();
    56     void testonSearchComplete();
       
    57     void testonAsyncSearchComplete();
    54     void testonAsyncSearchComplete();
    58     void testonGetDocumentComplete();
    55     void testonGetDocumentComplete();
    59     void testgetSettingCategory();
    56     void testgetSettingCategory();
    60     void testopenResultitem();
    57     void testopenResultitem();
    61     void testcreateSuggestionLink();
    58     void testcreateSuggestionLink();
    62     void testnoResultsFound();
    59     void testnoResultsFound();
    63     void testclear();
    60     void testclear();
    64     void testsearchOnCategory();
    61     void testsearchOnCategory();
    65     void teststartNewSearch();
    62     void teststartNewSearch();
    66     void testsetHistory();
       
    67     void testsetSettings();
    63     void testsetSettings();
    68     void testaboutToCloseView();
       
    69     void test_CustomizeGoButton();
    64     void test_CustomizeGoButton();
       
    65     void testgetAppIconFromAppId();
       
    66     void testsettingsaction();
       
    67     void testcancelsearch();
       
    68     void testhandleokanderror();
       
    69     void testTDisplayMode2Format();
       
    70     void testsetSelectedCategories();
       
    71     void testfilterdoc();
    70 
    72 
    71     /**
    73     /**
    72      * t_searchsettingsstate.cpp
    74      * t_searchsettingsstate.cpp
    73      */
    75      */
    74     void testsettingsStateConstruction();
    76     void testsettingsStateConstruction();
    85     /**
    87     /**
    86      * t_settingswidget.cpp
    88      * t_settingswidget.cpp
    87      */
    89      */
    88 
    90 
    89     void testsettingswizardConstruction();
    91     void testsettingswizardConstruction();
    90     void testenableDefaultSettings();
    92     void teststoreDefaultSettings();
    91     void teststoreSettingsToiniFile();
    93     void teststoreSettingsToiniFile();
    92     void testloadSettingsFrominiFile();
    94     void testloadDeviceSettings();
    93 
    95     void testloadBaseSettings();
    94     void testlaunchSettingWidget();
    96     void testlaunchSettingWidget();
    95     void testisInternetSearchOptionSelected();
    97     void testisInternetSearchOptionSelected();
    96     void testunCheckSubCategories();
    98     void testunCheckSubCategories();
    97     void testcheckSubCategories();
    99     void testcheckSubCategories();
    98     void testsetActionVisibility();
   100   
    99 
       
   100     void testcheckBoxOkEvent();
   101     void testcheckBoxOkEvent();
   101     void testcheckBoxCancelEvent();
   102     void testcheckBoxCancelEvent();
   102     void testitemChecked();
   103     void testitemChecked();
   103     void testchangeDeviceInternetCheck();
   104     void testcreateGui();
       
   105     void testpreparecategories();
       
   106     void testq_currentIndexChanged();
       
   107   
       
   108     void selectedItemCategory();
       
   109     
       
   110     
   104 
   111 
   105     /* void testOnWizardAddedSignalledNoWizardInCS();
   112     /* void testOnWizardAddedSignalledNoWizardInCS();
   106      void testProgressUpdated();
   113      void testProgressUpdated();
   107      void testWizardSelected();    
   114      void testWizardSelected();    
   108      */
   115      */
   115      * @param uri Unique state identificator.
   122      * @param uri Unique state identificator.
   116      *
   123      *
   117      * @return True if state was created successfully, false otherwise.
   124      * @return True if state was created successfully, false otherwise.
   118      * @since S60 ?S60_version.
   125      * @since S60 ?S60_version.
   119      */
   126      */
   120     bool verifyStateCreation(const QString& library, const QString& uri);
   127     bool verifyStateCreation(const QString& uri);
   121 
   128 
   122     /**
   129     /**
   123      * Helper method testing existence of state
   130      * Helper method testing existence of state
   124      *
   131      *
   125      * @param states List of states.
   132      * @param states List of states.