Index: unittests/tst_logging.h =================================================================== diff -u -ra5c6a0d81d94961d9035799a898422785079d6ad -rd3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d --- unittests/tst_logging.h (.../tst_logging.h) (revision a5c6a0d81d94961d9035799a898422785079d6ad) +++ unittests/tst_logging.h (.../tst_logging.h) (revision d3f916066c2d10c10fffa91fd8a7e5ac6dd86c7d) @@ -37,8 +37,19 @@ // will be called after every test function. void cleanup(); + void init(); + void logEvent(); void logError(); void logDatum(); + void logUnknown(); + + void logError_gDisableHunhandledReport_False(); + void logError_gDisableHunhandledReport_True(); + + void setLogPath_F(); + void setLogPath_T(); + + void readUnknown(); };