kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestPointSpecification.h
1#include <QtTest/QtTest>
2
3class TestPointSpecification : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testCreation();
8 void testXML();
9 void testSaving();
10 void testStandard();
11};
Definition TestPointSpecification.h:4