Index: unittests/tst_models.h =================================================================== diff -u -ra9dcbee03acab972b43f696b2f3dbdf99f1eeb97 -r7d3062c841b788ced31d939dec990afe0de1442d --- unittests/tst_models.h (.../tst_models.h) (revision a9dcbee03acab972b43f696b2f3dbdf99f1eeb97) +++ unittests/tst_models.h (.../tst_models.h) (revision 7d3062c841b788ced31d939dec990afe0de1442d) @@ -36,5 +36,21 @@ void tst_MTreatmentRanges_data (); void tst_MTreatmentRanges (); + + void tst_MLoadCellReadings_data (); + void tst_MLoadCellReadings (); + + void tst_MTemperatureSensors_data (); + void tst_MTemperatureSensors (); + + void tst_MAdjustUltrafiltrationStateResponse_data (); + void tst_MAdjustUltrafiltrationStateResponse (); + + void tst_MAdjustUltrafiltrationEditResponse_data (); + void tst_MAdjustUltrafiltrationEditResponse (); + + void tst_MAdjustUltrafiltrationConfirmResponse_data (); + void tst_MAdjustUltrafiltrationConfirmResponse (); + };