ssu
coreconfigtest.h
Go to the documentation of this file.
1 
8 #ifndef _CORECONFIGTEST_H
9 #define _CORECONFIGTEST_H
10 
11 #include <QObject>
12 
13 class CoreconfigTest: public QObject
14 {
15  Q_OBJECT
16 
17 private 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
CoreconfigTest
Definition: coreconfigtest.h:13