Index: unittests/tst_messaging.h =================================================================== diff -u -rdf0c8b4fa51d4f5ef0216eb2c3f6f5dfc97bf12e -r911882aaf10ee02ef646013914a2ddd6225224ca --- unittests/tst_messaging.h (.../tst_messaging.h) (revision df0c8b4fa51d4f5ef0216eb2c3f6f5dfc97bf12e) +++ unittests/tst_messaging.h (.../tst_messaging.h) (revision 911882aaf10ee02ef646013914a2ddd6225224ca) @@ -30,32 +30,16 @@ void tst_MessageInterpreter_isPayloadLenValid(); void tst_MessageInterpreter_isPayloadLenValid_undefined(); - void tst_MessageInterpreter_getPowerOffData_isType(); - void tst_MessageInterpreter_getPowerOffData_payloadLen(); void tst_MessageInterpreter_powerOffData(); - void tst_MessageInterpreter_getBloodFlowData_isType(); - void tst_MessageInterpreter_getBloodFlowData_payloadLen(); void tst_MessageInterpreter_bloodFlowData(); - void tst_MessageInterpreter_getDialysateInletFlowData_isType(); - void tst_MessageInterpreter_getDialysateInletFlowData_payloadLen(); void tst_MessageInterpreter_dialysateInletFlowData(); - void tst_MessageInterpreter_getDialysateOutletFlowData_isType(); - void tst_MessageInterpreter_getDialysateOutletFlowData_payloadLen(); void tst_MessageInterpreter_dialysateOutletFlowData(); - void tst_MessageInterpreter_getTreatmentTime_isType(); - void tst_MessageInterpreter_getTreatmentTime_payloadLen(); void tst_MessageInterpreter_treatmentTime(); - void tst_MessageInterpreter_getAlarmStatus_isType(); - void tst_MessageInterpreter_getAlarmStatus_payloadLen(); - void tst_MessageInterpreter_alarmStatus(); - - void tst_MessageInterpreter_getPressureOcclusionData_isType(); - void tst_MessageInterpreter_getPressureOcclusionData_payloadLen(); void tst_MessageInterpreter_pressureOcclusionData(); void tst_MessageInterpreter_adjustBloodDialysateData_isType(); @@ -110,4 +94,6 @@ void tst_MessageDispatcher_actionTransmit(); void tst_MessageDispatcher_actionTransmit_Unknown(); + + void tst_AlarmGenerator_setBits_OutOfRange(); };