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