Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

C/C++ Test Case Report Macros

mgarrett
mgarrett Posts: 1
edited May 2022 in C/C++test

Hi,

I'm trying to include some logging into test cases using the CPPTEST_REPORT_* macros and I can't seem to find a way to view those log messages. When I generate a report, I can see messages included in a failure message with CPPTEST_FAIL("my failure") but nothing regarding from the CPPTEST_REPORT_* logs. Ideally, I'd like to be able to see the messages in the standalone GUI as well as on the command line when using cpptestcli. I don't see anything in the documentation indicating where CPPTEST_REPORT_* logs: https://docs.parasoft.com/display/CPPTESTPROEC20212/Test+Case+Report+Macros. What am I missing?

I'm using C/C++ Professional 2021.2. My report settings are shown below.

Thanks