aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 9ac549be..3c248645 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -74,6 +74,19 @@ private slots:
void testRinging();
};
+class TestPubSub : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testItems();
+ void testItemsResponse();
+ void testPublish();
+ void testSubscribe();
+ void testSubscription();
+ void testSubscriptions();
+};
+
class TestXmlRpc : public QObject
{
Q_OBJECT