aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
blob: 76b248e3dfef68901f1551a0b8659cf396815e5d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// SPDX-License-Identifier: GPL-2.0
#ifndef TESTPLAN_H
#define TESTPLAN_H

#include <QTest>

class TestPlan : public QObject {
	Q_OBJECT
private slots:
	void testMetric();
	void testImperial();
	void testVpmbMetric45m30minTx();
	void testVpmbMetric60m10minTx();
	void testVpmbMetric60m30minAir();
	void testVpmbMetric60m30minEan50();
	void testVpmbMetric60m30minTx();
	void testVpmbMetric100m60min();
	void testVpmbMetricMultiLevelAir();
	void testVpmbMetric100m10min();
	void testVpmbMetricRepeat();
	void testMultipleGases();
};

#endif // TESTPLAN_H