Index: unittests/tst_models.h =================================================================== diff -u -r97fc44f948bd39ed0b4238558a16bf99f750bf5e -r7edcaf054062754370e0abd165f17ca9941b7d07 --- unittests/tst_models.h (.../tst_models.h) (revision 97fc44f948bd39ed0b4238558a16bf99f750bf5e) +++ unittests/tst_models.h (.../tst_models.h) (revision 7edcaf054062754370e0abd165f17ca9941b7d07) @@ -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(); @@ -109,3 +107,10 @@ void tst_MTreatmentParametersResp_fromVariantList(); }; + + void tst_MTreatmentSalineBolusData_data(); + void tst_MTreatmentSalineBolusData(); + + void tst_MSalineBolusResponse_data(); + void tst_MSalineBolusResponse(); +};