ssu
Loading...
Searching...
No Matches
coreconfigtest.h
Go to the documentation of this file.
1
7
8#ifndef _CORECONFIGTEST_H
9#define _CORECONFIGTEST_H
10
11#include <QObject>
12
13class CoreconfigTest: public QObject
14{
15 Q_OBJECT
16
17private slots:
18 void testCredentialsScope();
19 void testCredentials();
20 void testCredentialsUrl();
21 void testFlavour();
22 void testDeviceMode();
23 void testDomain();
24 void testRegistered();
25 void testLastCredentialsUpdate();
26 void testRelease();
27 void testSslVerify();
28};
29
30#endif