Index: unittests/tst_models.h =================================================================== diff -u -rbf645acccabb7b5a84801620c4f7fa0b0e6878e0 -r0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c --- unittests/tst_models.h (.../tst_models.h) (revision bf645acccabb7b5a84801620c4f7fa0b0e6878e0) +++ unittests/tst_models.h (.../tst_models.h) (revision 0e528e5f706308c7b0e8f22a4d9dbb5b5715db7c) @@ -101,5 +101,11 @@ void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); + + void tst_MTreatmentSalineBolusData_data(); + void tst_MTreatmentSalineBolusData(); + + void tst_MSalineBolusResponse_data(); + void tst_MSalineBolusResponse(); };