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