qtmeetings sources to Maemo garage
[qtmeetings] / tests / Domain / Configuration / StartupSettings / TestStartupSettings.h
1 #include <QtTest/QtTest>
2 #include "StartupSettings.h"
3 #include <QDateTime>
4
5 class TestStartupSettings: public QObject
6 {
7         Q_OBJECT
8
9 private slots:
10         void initTestCase();
11         void init();
12         void cleanupTestCase();
13         void cleanup();
14
15         void testIsPowersavingEnabled();
16         void testTurnOnAt();
17         void testTurnOffAt();
18
19 private:
20         StartupSettings *iSettings_f_800_1700;
21         StartupSettings *iSettings_t_845_1710;
22
23 };