aboutsummaryrefslogtreecommitdiff
path: root/autotests/testgroupsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/testgroupsession.h')
-rw-r--r--autotests/testgroupsession.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/autotests/testgroupsession.h b/autotests/testgroupsession.h
new file mode 100644
index 00000000..6edf0d16
--- /dev/null
+++ b/autotests/testgroupsession.h
@@ -0,0 +1,14 @@
+// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
+#include <QTest>
+
+class TestGroupSession : public QObject
+{
+ Q_OBJECT
+
+private Q_SLOTS:
+ void groupSessionPicklingValid();
+ void groupSessionCryptoValid();
+};