aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testqPrefEquipment.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testqPrefEquipment.h')
-rw-r--r--tests/testqPrefEquipment.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/testqPrefEquipment.h b/tests/testqPrefEquipment.h
new file mode 100644
index 000000000..b9a4bcee2
--- /dev/null
+++ b/tests/testqPrefEquipment.h
@@ -0,0 +1,20 @@
+// SPDX-License-Identifier: GPL-2.0
+#ifndef TESTQPREFEQUIPMENT_H
+#define TESTQPREFEQUIPMENT_H
+
+#include <QObject>
+
+class TestQPrefEquipment : public QObject {
+ Q_OBJECT
+
+private slots:
+ void initTestCase();
+ void test_struct_get();
+ void test_set_struct();
+ void test_set_load_struct();
+ void test_struct_disk();
+ void test_oldPreferences();
+ void test_signals();
+};
+
+#endif // TESTQPREFEQUIPMENT_H