Index: unittests/tst_models.h =================================================================== diff -u -r4489378415df8f8398f59a20ca637b39f2ed2613 -r62dbaac7d0c3da3d46276d958072fcc3bf86a674 --- unittests/tst_models.h (.../tst_models.h) (revision 4489378415df8f8398f59a20ca637b39f2ed2613) +++ unittests/tst_models.h (.../tst_models.h) (revision 62dbaac7d0c3da3d46276d958072fcc3bf86a674) @@ -173,6 +173,36 @@ void tst_MAdjustServiceDatesHDResponse_data(); void tst_MAdjustServiceDatesHDResponse(); + // hd/adjustments/treatment + void tst_MAdjustRinsebackResponse_data(); + void tst_MAdjustRinsebackResponse(); + void tst_MAdjustRecirculateResponse_data(); + void tst_MAdjustRecirculateResponse(); + void tst_MAdjustTreatmentEndResponse_data(); + void tst_MAdjustTreatmentEndResponse(); + void tst_MAdjustSalineResponse_data(); + void tst_MAdjustSalineResponse(); + + // hd/adjustments/pretreatment + void tst_MAdjustWaterSampleResponse_data(); + void tst_MAdjustWaterSampleResponse(); + void tst_MAdjustStartTreatmentResponse_data(); + void tst_MAdjustStartTreatmentResponse(); + void tst_MAdjustPatientConnectionConfirmResponse_data(); + void tst_MAdjustPatientConnectionConfirmResponse(); + void tst_MAdjustPatientConnectionBeginResponse_data(); + void tst_MAdjustPatientConnectionBeginResponse(); + void tst_MAdjustDisposablesPrimeResponse_data(); + void tst_MAdjustDisposablesPrimeResponse(); + void tst_MAdjustDisposablesConfirmResponse_data(); + void tst_MAdjustDisposablesConfirmResponse(); + + // hd/adjustments/disinfect + void tst_MAdjustDisinfectStartResponse_data(); + void tst_MAdjustDisinfectStartResponse(); + void tst_MAdjustDisinfectModeResponse_data(); + void tst_MAdjustDisinfectModeResponse(); + // Alarms void tst_MAlarmStatus_text(); @@ -187,4 +217,5 @@ void tst_MAlarmAcknowledgeRequest(); + };