summaryrefslogtreecommitdiffstats
path: root/tests/testqPrefAnimations.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-14 08:15:23 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-14 08:16:14 -0700
commitdc22747cb02caff55da809da234fd7ad1cf23f27 (patch)
treee9ac9a875c841974b10baa27fe58c41dfbbf1133 /tests/testqPrefAnimations.h
parente834874a7a6f8e37fade28bf20640b8d0815373b (diff)
parentf63217495d27c77b2f7f866caec568a19ee9543d (diff)
downloadsubsurface-dc22747cb02caff55da809da234fd7ad1cf23f27.tar.gz
Merge branch 'qPrefAnimations' of https://github.com/janiversen/subsurface
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testqPrefAnimations.h')
-rw-r--r--tests/testqPrefAnimations.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/testqPrefAnimations.h b/tests/testqPrefAnimations.h
new file mode 100644
index 000000000..162baf8fd
--- /dev/null
+++ b/tests/testqPrefAnimations.h
@@ -0,0 +1,19 @@
+// SPDX-License-Identifier: GPL-2.0
+#ifndef TESTQPREFANIMATIONS_H
+#define TESTQPREFANIMATIONS_H
+
+#include <QtTest>
+
+class TestQPrefAnimations : 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_multiple();
+};
+
+#endif // TESTQPREFANIMATIONS_H