ssu
featuremodeltest.h
Go to the documentation of this file.
1 
8 #ifndef _FEATUREMODELTEST_H
9 #define _FEATUREMODELTEST_H
10 
11 #include <QObject>
12 
13 class FeatureModelTest: public QObject
14 {
15  Q_OBJECT
16 
17 private slots:
18  void initTestCase();
19  void cleanupTestCase();
20  void testFeatures();
21 };
22 
23 #endif
FeatureModelTest
Definition: featuremodeltest.h:13