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