Index: unittests/tst_models.h =================================================================== diff -u -rbf645acccabb7b5a84801620c4f7fa0b0e6878e0 -rcfb9dbd1fb0a0370d7b4394b2f8e48b350282aef --- unittests/tst_models.h (.../tst_models.h) (revision bf645acccabb7b5a84801620c4f7fa0b0e6878e0) +++ unittests/tst_models.h (.../tst_models.h) (revision cfb9dbd1fb0a0370d7b4394b2f8e48b350282aef) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file tst_models.h - * \author (last) Peter Lucia - * \date (last) 01-Jul-2020 + * \author (last) Behrouz NematiPour + * \date (last) 20-Aug-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 * @@ -28,7 +28,6 @@ explicit tst_models(QObject *parent = nullptr); private slots: - void tst_MTreatmentRanges_data (); void tst_MTreatmentRanges (); @@ -53,7 +52,6 @@ void tst_MAdjustUltrafiltrationConfirmResponse_data (); void tst_MAdjustUltrafiltrationConfirmResponse (); - // - Data Messages void tst_DGROPumpData_data(); void tst_DGROPumpData(); @@ -101,5 +99,16 @@ void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); -}; + // Treatment Parameters + void tst_MTreatmentParameters_fromVariantList(); + void tst_MTreatmentParametersResp_data(); + void tst_MTreatmentParametersResp(); + void tst_MTreatmentParametersResp_fromVariantList(); + + void tst_MTreatmentSalineBolusData_data(); + void tst_MTreatmentSalineBolusData(); + + void tst_MSalineBolusResponse_data(); + void tst_MSalineBolusResponse(); +};