knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowl
src
knowCore
tests
TestValue.h
1
#include <QtTest/QtTest>
2
3
class
TestValue
:
public
QObject
4
{
5
Q_OBJECT
6
private
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
};
TestValue
Definition
TestValue.h:4
Generated by
1.12.0