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