subsurface/tests/testplan.h
Rick Walsh 3ea7ee1934 Test another VPM-B dive plan
This adds a test for 100 m for 60 min dive on trimix using VPM-B

Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-08-25 10:57:06 -07:00

16 lines
249 B
C++

#ifndef TESTPLAN_H
#define TESTPLAN_H
#include <QTest>
class TestPlan : public QObject {
Q_OBJECT
private slots:
void testImperial();
void testMetric();
void testVpmbMetric100m60min();
void testVpmbMetric100m10min();
};
#endif // TESTPLAN_H