1 #ifndef PROJECTMODELTEST_H
2 #define PROJECTMODELTEST_H
5 #include "QTestRunner/testrunner.h"
6 #include "models/project.h"
7 #include "utils/double.h"
8 using namespace Models;
28 void getProjectsTable();
29 void turnoverComputeTest();
41 #endif // PROJECTMODELTEST_H
Definition: projectmodeltest.h:11
The Project class : Project linked to a Customer.
Definition: project.h:17