knowL: Knowledge Libraries
Loading...
Searching...
No Matches
OtherTests.h
1#include <QtTest/QtTest>
2
3class OtherTests : public QObject
4{
5 Q_OBJECT
6private slots:
7 void testNamedType();
8 void testMonitoredValue();
9};
Definition OtherTests.h:4