ssu
deviceinfotest.h
Go to the documentation of this file.
1 
8 #ifndef _DEVICEINFOTEST_H
9 #define _DEVICEINFOTEST_H
10 
11 #include <QObject>
12 
13 class DeviceInfoTest: public QObject
14 {
15  Q_OBJECT
16 
17 private slots:
18  void testAdaptationVariables();
19  void testFeatureVariables();
20  void testDeviceUid();
21  void testVariableSection();
22  void testValue();
23 };
24 
25 #endif
DeviceInfoTest
Definition: deviceinfotest.h:13