Index: unittests/tst_canbus.h =================================================================== diff -u -r561055268da68e24fe91a1148b76bf1785dae14d -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc --- unittests/tst_canbus.h (.../tst_canbus.h) (revision 561055268da68e24fe91a1148b76bf1785dae14d) +++ unittests/tst_canbus.h (.../tst_canbus.h) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) @@ -1,12 +1,12 @@ /*! * - * Copyright (c) 2019-2019 Diality Inc. - All Rights Reserved. + * 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 unittests.h + * file tst_canbus.h * date 11/21/2019 * author Behrouz NematiPour * @@ -53,9 +53,13 @@ void tst_FrameInterface_FrameReceived_CRC_Error(); void tst_FrameInterface_FrameReceived_ShortFrame_Error(); void tst_FrameInterface_FrameReceived_LongFrame_Error(); + void tst_FrameInterface_FrameReceived_LongFrame_BloodFlow(); void tst_FrameInterface_FrameReceived_LongFrame_BloodFlow_LessData(); + void tst_FrameInterface_FrameReceived_LongFrame_AlarmStatus(); + void tst_FrameInterface_FrameReceived_LongFrame_AlarmStatus_LessData(); + void cleanup(); void cleanupTestCase(); };