aboutsummaryrefslogtreecommitdiff
path: root/source/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests.h')
-rw-r--r--source/tests.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/tests.h b/source/tests.h
index 7d17e5bc..880682e0 100644
--- a/source/tests.h
+++ b/source/tests.h
@@ -28,11 +28,15 @@ class TestPackets : public QObject
Q_OBJECT
private slots:
+ void testBindNoResource();
+ void testBindResource();
+ void testBindResult();
void testMessage();
void testMessageFull();
void testMessageDelay();
void testMessageLegacyDelay();
void testPresence();
void testPresenceFull();
+ void testSession();
};