/** * @file repomanagertest.h * @copyright 2013 Jolla Ltd. * @author Martin Kampas * @date 2013 */ #ifndef _REPOMANAGERTEST_H #define _REPOMANAGERTEST_H #include #include class RepoManagerTest: public QObject { Q_OBJECT private slots: void initTestCase(); void testSettings(); void testCustomRepos(); void testRepos(); private: QStringList rndRepos, releaseRepos; }; #endif