From 019edd065fd1eefd5f705c42bce23255bb5e20ac Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 14 Apr 2014 14:27:32 -0300 Subject: First test case implemented. This is just a stub test case to show how a test case should be implemented. every 'private slot' on the test classes will be automatically executed when you run 'make test' on the terminal, and a report will be generated with a failure / success. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- tests/testunitconversion.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/testunitconversion.h (limited to 'tests/testunitconversion.h') diff --git a/tests/testunitconversion.h b/tests/testunitconversion.h new file mode 100644 index 000000000..b8f05858a --- /dev/null +++ b/tests/testunitconversion.h @@ -0,0 +1,12 @@ +#ifndef TESTUNITCONVERSION_H +#define TESTUNITCONVERSION_H + +#include + +class TestUnitConversion : public QObject{ + Q_OBJECT +private slots: + void testUnitConversions(); +}; + +#endif \ No newline at end of file -- cgit v1.2.3-70-g09d2