subsurface/tests/testqPrefGeocoding.h
jan Iversen 80583e63b5 tests: move Geocoding test from testpreferences
Remove Geocoding test in testpreferences
add the same Geocoding tests to testqPrefGeocoding

Signed-off-by: Jan Iversen <jani@apache.org>
2018-08-13 15:04:50 -07:00

20 lines
400 B
C++

// SPDX-License-Identifier: GPL-2.0
#ifndef TESTQPREFGEOCODING_H
#define TESTQPREFGEOCODING_H
#include <QObject>
class TestQPrefGeocoding : 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 // TESTQPREFGEOCODING_H