Index: unittests/tst_models.h =================================================================== diff -u -rc8b2c06141831ba2908323138d94dec0ccc0d402 -r14c541d2b780b0a244bc84860aa565cf8dd7fe4b --- unittests/tst_models.h (.../tst_models.h) (revision c8b2c06141831ba2908323138d94dec0ccc0d402) +++ unittests/tst_models.h (.../tst_models.h) (revision 14c541d2b780b0a244bc84860aa565cf8dd7fe4b) @@ -31,7 +31,16 @@ void tst_MTreatmentRanges_data (); void tst_MTreatmentRanges (); + // Treatment Start / Stop + void tst_MStartTreatmentResponse_data(); + void tst_MStartTreatmentResponse(); + void tst_MEndTreatmentResponse_data(); + void tst_MEndTreatmentResponse(); + void tst_MStartTreatmentRequest(); + void tst_MEndTreatmentRequest(); + // - Treatment Adjustments + void tst_MAdjustmentTreatmentParametersRequest(); // -- Treatment Duration void tst_MAdjustDurationResponse_data (); @@ -51,6 +60,7 @@ // --- Confirm void tst_MAdjustUltrafiltrationConfirmResponse_data (); void tst_MAdjustUltrafiltrationConfirmResponse (); + void tst_MConfirmTreatmentRequest(); // -- Treatment Inline pressures void tst_MAdjustPressuresLimitsResponse_data (); @@ -91,6 +101,8 @@ void tst_MPressureOcclusionData(); void tst_MPowerOff_data(); void tst_MPowerOff(); + void tst_MPrimingData_data(); + void tst_MPrimingData(); // Alarms void tst_MAlarmStatus_text(); @@ -104,11 +116,12 @@ void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); + void tst_MAlarmAcknowledgeRequest(); + + // Treatment Parameters - void tst_MTreatmentParameters_fromVariantList(); void tst_MTreatmentParametersResp_data(); void tst_MTreatmentParametersResp(); - void tst_MTreatmentParametersResp_fromVariantList(); void tst_MTreatmentSalineBolusData_data(); void tst_MTreatmentSalineBolusData();