1 #ifndef BILLINGMODELTEST_H
2 #define BILLINGMODELTEST_H
3 #include "QTestRunner/testrunner.h"
5 #include "models/billing.h"
6 #include "database/billingdatabase.h"
7 #include "utils/double.h"
9 using namespace Models;
23 void hydratWithContributories();
25 void sumQuantityTest();
27 void isBillingOrQuote();
28 void billingDateInferiorToDate();
37 #endif // BILLINGMODELTEST_H
Definition: billingmodeltest.h:10
The Billing class : Billing or Quote of a Customer.
Definition: billing.h:28