Index: unittests/tst_logging.h =================================================================== diff -u -r805119c460b4a266d6401c8705f4427e7fbe270f -r44a85c96ab55e424866ec4cca0270aa218355f82 --- unittests/tst_logging.h (.../tst_logging.h) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) +++ 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 @@ -37,11 +38,21 @@ // 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(); };