Index: unittests/tst_messaging.h =================================================================== diff -u -r44a85c96ab55e424866ec4cca0270aa218355f82 -rbf645acccabb7b5a84801620c4f7fa0b0e6878e0 --- unittests/tst_messaging.h (.../tst_messaging.h) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) +++ unittests/tst_messaging.h (.../tst_messaging.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_messaging.h * \author (last) Peter Lucia * \date (last) 06-Jul-2020 * \author (original) Behrouz NematiPour * \date (original) 21-Apr-2020 - * + * */ #pragma once @@ -94,11 +94,11 @@ void tst_MessageInterpreter_interpretMessage_AdjustUltrafiltrationConfirmReq(); void tst_MessageInterpreter_interpretMessage_canbusFaultCountData(); - void tst_MessageInterpreter_interpretMessage_String(); - void tst_MessageInterpreter_interpretMessage_DG_Unhandled(); + void tst_MessageInterpreter_notify_fromByteArray(); + void tst_MessageBuilder_addActionId(); void tst_MessageBuilder_addData_shorterLen(); void tst_MessageBuilder_addData_LongerThanMax(); @@ -109,6 +109,8 @@ void tst_MessageBuilder_buildFrames_eLenCanFrame(); void tst_MessageDispatcher_actionTransmit(); + void tst_MessageDispatcher_actionTransmit_Unknown(); + };