summaryrefslogtreecommitdiffstats
path: root/tests/testplan.h
blob: 43cc6a99b7ed405b11d5a85f746595698d71c011 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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