mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-14 06:15:50 +00:00
end work on tests
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#define TESTNETCTLPROFILE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
|
||||
class NetctlProfile;
|
||||
@ -40,9 +41,13 @@ private slots:
|
||||
void test_removeProfile();
|
||||
|
||||
private:
|
||||
bool helper;
|
||||
NetctlProfile *createNetctlProfileObj();
|
||||
bool createTestProfile();
|
||||
bool removeTestProfile();
|
||||
QList<QVariant> sendDBusRequest(const QString path,
|
||||
const QString cmd,
|
||||
const QList<QVariant> args = QList<QVariant>());
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user