kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestDatasets.h
1
2#include <QtTest/QtTest>
3
4class TestDatasets : public QObject
5{
6 Q_OBJECT
7private slots:
8 void testInitialisation();
9 void testCreationAccess();
10 void testStatusOwner();
14 void testProperties();
15 void testConstrainedAccess();
16};
17
Definition TestDatasets.h:5