Index: unittests/tst_models.h =================================================================== diff -u -rded9f686d2c96837cc4a23f54a917d04cd257bd4 -rbab02bba94e43d8af860c206bdf27956aee3857a --- unittests/tst_models.h (.../tst_models.h) (revision ded9f686d2c96837cc4a23f54a917d04cd257bd4) +++ unittests/tst_models.h (.../tst_models.h) (revision bab02bba94e43d8af860c206bdf27956aee3857a) @@ -257,10 +257,18 @@ void tst_MAlarmStatus(); void tst_MAlarmTriggered_data(); void tst_MAlarmTriggered(); + void tst_MAbstractDynamic_data(); + void tst_MAbstractDynamic(); void tst_MAlarmCleared_data(); void tst_MAlarmCleared(); void tst_MAlarmAcknowledgeRequest(); + //Misc function code coverage + void tst_DG_headerCoverage(); + void tst_HD_headerCoverage(); + void tst_MDisinfectAdjustModeRequests_ToStrings(); + void tst_MPostTreatmentAdjustRequests_ToStrings(); + void tst_modelsHeader_Coverage(); private: class HelperFunctions_tstModel {