subsurface/tests/testqPrefGeocoding.h
jan Iversen 859f08a358 tests: add qPrefGeocoding testcases
add test cases to secure struct preferences and qPrefGeocoding work together

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

19 lines
371 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();
};
#endif // TESTQPREFGEOCODING_H