kDB: Knowledge DataBase
Loading...
Searching...
No Matches
TestValue.h
1#include <QtTest/QtTest>
2
3class TestValue : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testFromValue();
8 void testFromVariant();
9 void testToVariant();
10 void testFromString();
11 void testNumberConversion();
12 void testComparison();
13 void testRdfSerialisation();
14 void testCborSerialisation();
15 void testStrongWeakConversion();
16 void testArrayListConversion();
17 void testArithmetic();
18};
Definition TestValue.h:4