ssu
repomanagertest.h
Go to the documentation of this file.
1 
8 #ifndef _REPOMANAGERTEST_H
9 #define _REPOMANAGERTEST_H
10 
11 #include <QObject>
12 #include <QStringList>
13 
14 class RepoManagerTest: public QObject
15 {
16  Q_OBJECT
17 
18 private slots:
19  void initTestCase();
20  void testSettings();
21  void testCustomRepos();
22  void testRepos();
23 
24 private:
25  QStringList rndRepos, releaseRepos;
26 };
27 
28 #endif
RepoManagerTest
Definition: repomanagertest.h:14