Unit tests for RemoteDBMgr
[irwi] / ut / ut_settingstable / ut_settingstable.h
1 #ifndef Ut_SettingsTable_H
2 #define Ut_SettingsTable_H
3
4 #include <QtTest/QtTest>
5 #include <QObject>
6
7 class SettingsTable;
8
9 class Ut_SettingsTable : public QObject
10 {
11     Q_OBJECT
12
13 private slots:
14
15     void testAppendRow();
16     void testRemoveAllRows();
17     void testKey();
18     void testValue();
19 };
20
21 #endif // Ut_SettingsTable_H