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