Index: unittests/tst_logging.h =================================================================== diff -u -rb9c5b0b3afc3b34d4980ecc4f023f498f80dafbc -r44a85c96ab55e424866ec4cca0270aa218355f82 --- unittests/tst_logging.h (.../tst_logging.h) (revision b9c5b0b3afc3b34d4980ecc4f023f498f80dafbc) +++ unittests/tst_logging.h (.../tst_logging.h) (revision 44a85c96ab55e424866ec4cca0270aa218355f82) @@ -1,15 +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_logging.h - * date 01/07/2019 - * author Behrouz NematiPour - * + * \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_logging.h + * \author (last) Behrouz NematiPour + * \date (last) 07-May-2020 + * \author (original) Behrouz NematiPour + * \date (original) 08-Jan-2020 + * */ #pragma once @@ -30,22 +31,28 @@ private slots: - // void initTestCase_data(); // will be called before the first test function is executed. void initTestCase(); - // will be called before each test function is executed. - // void init(); - // will be called after every test function. void cleanup(); - // will be called after the last test function was executed. - void cleanupTestCase(); + void init(); void logEvent(); void logError(); void logDatum(); + void logUnknown(); + + void logError_gDisableHunhandledReport_False(); + void logError_gDisableHunhandledReport_True(); + + void logError_Unhandled_TreatmentState(); + + void setLogPath_F(); + void setLogPath_T(); + + void readUnknown(); };