subsurface/tests/testqPrefDivePlanner.h
jan Iversen fff0e54593 tests: move DivePlanner test from testpreferences
Remove DivePlanner test in testpreferences
add the same DivePlanner tests to testqPrefDivePlanner

Signed-off-by: Jan Iversen <jani@apache.org>
2018-08-08 14:29:50 +02:00

20 lines
408 B
C++

// SPDX-License-Identifier: GPL-2.0
#ifndef TESTQPREFDIVEPLANNER_H
#define TESTQPREFDIVEPLANNER_H
#include <QObject>
class TestQPrefDivePlanner : 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();
void test_oldPreferences();
};
#endif // TESTQPREFDIVEPLANNER_H