phoneengine/networkhandlingstarter/tsrc/ut_networkhandlingstarter_p/inc/ut_networkhandlingstarter_p.h
changeset 50 377c906a8701
parent 27 2f8f8080a020
equal deleted inserted replaced
46:bc5a64e5bc3c 50:377c906a8701
    18 #ifndef UT_NETWORKHANDLINGSTARTER_P_H
    18 #ifndef UT_NETWORKHANDLINGSTARTER_P_H
    19 #define UT_NETWORKHANDLINGSTARTER_P_H
    19 #define UT_NETWORKHANDLINGSTARTER_P_H
    20 
    20 
    21 #include <QtTest/QtTest>
    21 #include <QtTest/QtTest>
    22 #include <mockservice.h>
    22 #include <mockservice.h>
    23 #include <hbmainwindow.h>
    23 #include <xqaiwrequest.h>
    24 
    24 
    25 class NetworkHandlingStarterPrivate;
    25 class NetworkHandlingStarterPrivate;
    26 
    26 
    27 class ut_networkhandlingstarter_p : public QObject, public MockService
    27 class ut_networkhandlingstarter_p : public QObject, public MockService
    28 {
    28 {
    36 private slots:
    36 private slots:
    37 
    37 
    38     void init();
    38     void init();
    39     void cleanup();
    39     void cleanup();
    40     
    40     
    41     void t_LaunchNetworksettingsPlugin();
       
    42     void t_ViewDone();
       
    43     void t_ShowNote();
    41     void t_ShowNote();
    44     void t_RemoveNote();
    42     void t_RemoveNote();
       
    43     void t_LaunchNetworksettingsPlugin();
    45 
    44 
    46     
    45     
    47 private:
    46 private:
    48     
    47     
    49     NetworkHandlingStarterPrivate *m_NetworkHandlingStarterPrivate;
    48     NetworkHandlingStarterPrivate *m_NetworkHandlingStarterPrivate;
    50     HbMainWindow m_HbMainWindow;
    49     XQAiwRequest *m_XQAiwRequest;
    51     QList<HbMainWindow *> m_MainWindowList;
       
    52 
    50 
    53 };
    51 };
    54 
    52 
    55 #endif // UT_NETWORKHANDLINGSTARTER_P_H
    53 #endif // UT_NETWORKHANDLINGSTARTER_P_H