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