Index: unittests/tst_models.h =================================================================== diff -u -r62dbaac7d0c3da3d46276d958072fcc3bf86a674 -r914a8c335771f23cc98780cfd5b0a48c9b44a3b9 --- unittests/tst_models.h (.../tst_models.h) (revision 62dbaac7d0c3da3d46276d958072fcc3bf86a674) +++ unittests/tst_models.h (.../tst_models.h) (revision 914a8c335771f23cc98780cfd5b0a48c9b44a3b9) @@ -197,25 +197,67 @@ void tst_MAdjustDisposablesConfirmResponse_data(); void tst_MAdjustDisposablesConfirmResponse(); + // hd/adjustments/posttreatment + void tst_MAdjustPatientDisconnectionConfirmResponse_data(); + void tst_MAdjustPatientDisconnectionConfirmResponse(); + void tst_MAdjustDisposablesRemovalConfirmResponse_data(); + void tst_MAdjustDisposablesRemovalConfirmResponse(); + // hd/adjustments/disinfect void tst_MAdjustDisinfectStartResponse_data(); void tst_MAdjustDisinfectStartResponse(); void tst_MAdjustDisinfectModeResponse_data(); void tst_MAdjustDisinfectModeResponse(); + // hd/alarm/ + void tst_MAlarmActiveListResponse_data(); + void tst_MAlarmActiveListResponse(); + void tst_MAlarmClearedCondition_data(); + void tst_MAlarmClearedCondition(); + + // dg/adjustment/settings + void tst_MAdjustDGCleaningUsageResponse_data(); + void tst_MAdjustDGCleaningUsageResponse(); + void tst_MAdjustDGDateTimeResponse_data(); + void tst_MAdjustDGDateTimeResponse(); + void tst_MAdjustServiceDatesDGResponse_data(); + void tst_MAdjustServiceDatesDGResponse(); + void tst_MAdjustVersionsDGResponse_data(); + void tst_MAdjustVersionsDGResponse(); + void tst_MDGConductivityData_data(); + void tst_MDGConductivityData(); + void tst_MDuetRoWaterModeDGr_data(); + void tst_MDuetRoWaterModeDGr(); + + // dg/data + void tst_MDGAccelerometer_data(); + void tst_MDGAccelerometer(); + + // dg/data/pretreatment + void tst_MDGFilterFlush_data(); + void tst_MDGFilterFlush(); + + // dg/data/post + void tst_MDGPostSingleResult_data(); + void tst_MDGPostSingleResult(); + void tst_MDGPostFinalResult_data(); + void tst_MDGPostFinalResult(); + + // ui/data + void tst_MUIBloodPressure_data(); + void tst_MUIBloodPressure(); + + // confirm + void tst_MDuetConfirmHDi_data(); + void tst_MDuetConfirmHDi(); + // Alarms void tst_MAlarmStatus_text(); - void tst_MAlarmStatus_data(); void tst_MAlarmStatus(); - void tst_MAlarmTriggered_data(); void tst_MAlarmTriggered(); - void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); - void tst_MAlarmAcknowledgeRequest(); - - };