Unit tests for temperature, virtual method for value conversion

This commit is contained in:
Klaus Basan
2013-03-22 23:02:25 +01:00
parent 525910c7a3
commit 3b99954bdc
12 changed files with 136 additions and 41 deletions

View File

@@ -48,6 +48,10 @@ private slots:
* \brief Testing pressure
*/
void pressureTests();
/*!
* \brief Testing temperature
*/
void temperatureTests();
/*!
* \brief testing construction / destruction in memory
*/