subsurface/tests/testqPrefPartialPressureGas.h
jan Iversen b70e002728 tests: move PartialPressureGas test from testpreferences
Remove PartialPressureGas test in testpreferences
add the same PartialPressureGas tests to testqPrefPartialPressureGas

Signed-off-by: Jan Iversen <jani@apache.org>
2018-08-14 07:12:41 -07:00

20 lines
436 B
C++

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