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