kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestTripleStore.h
1#include <QtTest/QtTest>
2
3class TestTripleStore : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testSQL();
8 void testInsertion();
9 void testMeta();
10 void testDeletion();
11 void testNotifications();
12 void testDefinitionChanges();
13 void testDropping();
14};
Definition TestTripleStore.h:4