Index: unittests/tst_models.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rc8b2c06141831ba2908323138d94dec0ccc0d402 --- unittests/tst_models.h (.../tst_models.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ unittests/tst_models.h (.../tst_models.h) (revision c8b2c06141831ba2908323138d94dec0ccc0d402) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file tst_models.h - * \author (last) Behrouz NematiPour - * \date (last) 20-Aug-2020 + * \author (last) Peter Lucia + * \date (last) 02-Sep-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 * @@ -52,6 +52,10 @@ void tst_MAdjustUltrafiltrationConfirmResponse_data (); void tst_MAdjustUltrafiltrationConfirmResponse (); + // -- Treatment Inline pressures + void tst_MAdjustPressuresLimitsResponse_data (); + void tst_MAdjustPressuresLimitsResponse (); + // - Data Messages void tst_DGROPumpData_data(); void tst_DGROPumpData(); @@ -100,6 +104,12 @@ 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();