Index: unittests/tst_models.h =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -rbf645acccabb7b5a84801620c4f7fa0b0e6878e0 --- unittests/tst_models.h (.../tst_models.h) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ unittests/tst_models.h (.../tst_models.h) (revision bf645acccabb7b5a84801620c4f7fa0b0e6878e0) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file tst_models.h * \author (last) Peter Lucia * \date (last) 01-Jul-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 - * + * */ #pragma once @@ -53,8 +53,7 @@ void tst_MAdjustUltrafiltrationConfirmResponse_data (); void tst_MAdjustUltrafiltrationConfirmResponse (); - void tst_MAlarmStatus(); - + // - Data Messages void tst_DGROPumpData_data(); void tst_DGROPumpData(); @@ -90,5 +89,17 @@ void tst_MPressureOcclusionData(); void tst_MPowerOff_data(); void tst_MPowerOff(); + + // 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(); };