logsui/logsapp/tsrc/ut_logsapp/inc/ut_logsapplication.h
changeset 18 acd4e87b24b4
parent 17 90fe74753f71
equal deleted inserted replaced
17:90fe74753f71 18:acd4e87b24b4
    20 
    20 
    21 
    21 
    22 #include <QObject>
    22 #include <QObject>
    23 
    23 
    24 class LogsApplication;
    24 class LogsApplication;
       
    25 class LogsAppSettings;
    25 
    26 
    26 class UT_LogsApplication : public QObject
    27 class UT_LogsApplication : public QObject
    27 {
    28 {
    28     Q_OBJECT
    29     Q_OBJECT
    29      
    30      
    45     void cleanup();
    46     void cleanup();
    46 
    47 
    47 
    48 
    48 private slots: //test methods
    49 private slots: //test methods
    49      
    50      
       
    51     void testConstructor();
    50     void testtestLogsAppEngineReady();
    52     void testtestLogsAppEngineReady();
    51     void testtestLogsHandleAppViewReady();
    53     void testtestLogsHandleAppViewReady();
       
    54     void testtestLogsResetAppReady();
    52     
    55     
    53 private:
    56 private:
    54  
    57  
    55     LogsApplication* mLogsApplication;
    58     LogsApplication* mLogsApplication;
       
    59     LogsAppSettings* mSettings;
    56 };
    60 };
    57 
    61 
    58 #endif //UT_LOGSAPPLICATION_H
    62 #endif //UT_LOGSAPPLICATION_H