Index: unittests/tst_utilities.h =================================================================== diff -u -r56e378f7504701b9e9a9dccaf205aef2fd52c58e -rf724589acaa51725f5e5f8a746404d01804efbcf --- unittests/tst_utilities.h (.../tst_utilities.h) (revision 56e378f7504701b9e9a9dccaf205aef2fd52c58e) +++ unittests/tst_utilities.h (.../tst_utilities.h) (revision f724589acaa51725f5e5f8a746404d01804efbcf) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 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_utilities.h - * \author (last) Behrouz NematiPour - * \date (last) 20-Aug-2020 - * \author (original) Behrouz NematiPour - * \date (original) 08-Jan-2020 + * \file tst_utilities.h + * \author (last) Dara Navaei + * \date (last) 03-Feb-2024 + * \author (original) Behrouz NematiPour + * \date (original) 08-Jan-2020 * */ #pragma once @@ -25,7 +25,10 @@ explicit tst_utilities(QObject *parent = nullptr); private slots: - void tst_getValue_len(); + void tst_getValue_len_log(); + void tst_getValue_len_lt(); + void tst_getValue_len_eq(); + void tst_getValue_len_gt(); void tst_floatCompare_noMatch(); void tst_floatCompare_isMatch(); void tst_getbits_NoError();