logsui/logsapp/tsrc/ut_logsapp/src/main.cpp
changeset 18 acd4e87b24b4
parent 17 90fe74753f71
child 21 2f0af9ba7665
equal deleted inserted replaced
17:90fe74753f71 18:acd4e87b24b4
    24 #include "ut_logsmatchesview.h"
    24 #include "ut_logsmatchesview.h"
    25 #include "ut_logseffecthandler.h"
    25 #include "ut_logseffecthandler.h"
    26 #include "ut_logsservicehandler.h"
    26 #include "ut_logsservicehandler.h"
    27 #include "ut_logspageindicator.h"
    27 #include "ut_logspageindicator.h"
    28 #include "ut_logspageindicatoritem.h"
    28 #include "ut_logspageindicatoritem.h"
       
    29 #include "ut_logsappsettings.h"
    29 #include "testrunner.h"
    30 #include "testrunner.h"
    30 
    31 
    31 #include <QtTest/QtTest>
    32 #include <QtTest/QtTest>
    32 
    33 
    33 int main(int argc, char *argv[]) 
    34 int main(int argc, char *argv[]) 
    78     testRunner.runTests(ut_logsPageIndicator);
    79     testRunner.runTests(ut_logsPageIndicator);
    79     
    80     
    80     UT_LogsPageIndicatorItem ut_logsPageIndicatorItem;
    81     UT_LogsPageIndicatorItem ut_logsPageIndicatorItem;
    81     testRunner.runTests(ut_logsPageIndicatorItem);
    82     testRunner.runTests(ut_logsPageIndicatorItem);
    82     
    83     
       
    84     UT_LogsAppSettings ut_logsAppSettings;
       
    85     testRunner.runTests(ut_logsAppSettings);
       
    86         
    83     //qApp is deleted after this testcase is run
    87     //qApp is deleted after this testcase is run
    84     //keep this testcase last
    88     //keep this testcase last
    85     UT_LogsApplication ut_logsApplication;
    89     UT_LogsApplication ut_logsApplication;
    86     testRunner.runTests(ut_logsApplication);
    90     testRunner.runTests(ut_logsApplication);
    87     
    91