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 ee7e8bdd..5be6b0af 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -90,6 +90,19 @@ private slots:
void testSubscriptions();
};
+class TestStun : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void testFingerprint();
+ void testIntegrity();
+ void testIPv4Address();
+ void testIPv6Address();
+ void testXorIPv4Address();
+ void testXorIPv6Address();
+};
+
class TestXmlRpc : public QObject
{
Q_OBJECT