1 #ifndef PROJECTDATABASETEST_H
2 #define PROJECTDATABASETEST_H
5 #include <QtTest/QtTest>
6 #include "QTestRunner/testrunner.h"
7 #include "models/project.h"
19 void selectCustomerNotFound();
20 void selectCustomerFound();
22 void getNbProjectsForACustomer();
23 void getAllProjectsTest();
24 void getCostProjectTest();
25 void getProjectOfCustomer();
33 #endif // PROJECTDATABASETEST_H
The Project class : Project linked to a Customer.
Definition: project.h:17
Definition: projectdatabasetest.h:8