Index: unittests/tst_messaging.h =================================================================== diff -u -r5626bf604947efe5a80c9ca51802aab1a70a6939 -rb798668f16ad0967ab97e96f5f9a2cdd821e899f --- unittests/tst_messaging.h (.../tst_messaging.h) (revision 5626bf604947efe5a80c9ca51802aab1a70a6939) +++ unittests/tst_messaging.h (.../tst_messaging.h) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) @@ -1,14 +1,14 @@ /*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. - * copyright + * \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 - * date 4/20/2020 - * author Behrouz NematiPour + * \file tst_messaging.h + * \date 4/20/2020 + * \author Behrouz NematiPour * */ #pragma once @@ -21,7 +21,6 @@ { Q_OBJECT - public: explicit tst_messaging(QObject *parent = nullptr); @@ -60,11 +59,15 @@ void tst_MessageInterpreter_adjustBloodDialysateData_isType(); void tst_MessageInterpreter_adjustBloodDialysateData_payloadLen(); + void tst_MessageInterpreter_adjustDurationData_isType(); + void tst_MessageInterpreter_adjustDurationData_payloadLen(); + void tst_MessageInterpreter_treatmentRangesData_isType(); void tst_MessageInterpreter_treatmentRangesData_payloadLen(); void tst_MessageInterpreter_interpretMessage_String(); void tst_MessageInterpreter_interpretMessage_AdjustBloodDialysateReq(); + void tst_MessageInterpreter_interpretMessage_AdjustDurationReq(); void tst_MessageBuilder_addActionId(); void tst_MessageBuilder_addData_shorterLen(); @@ -74,7 +77,8 @@ void tst_MessageBuilder_buildFrames_addActionId(); void tst_MessageBuilder_buildFrames_addData(); void tst_MessageBuilder_buildFrames_eLenCanFrame(); - void tst_MessageBuilder_actionTransmit(); + + void tst_MessageDispatcher_actionTransmit(); };