Error in Red bar display and failure indication in test cases, when used C/C++Unit(Cpputest plugin) with eclipse platform for unit testing. I have downloaded the CppuTest package from the link;"https://github.com/cpputest/cpputest " and i have set it up in eclipse 4.16 for unit testing in eclipse platform using cygwin.
As i started integrating the unit test for our project, i noticed that only the test cases which were passing were listed under the test runs and neither is the red bar displayed indicating that some test cases have failed.
There are 18 test cases, but only 15 have been listed under the test run. Evidently neither are the failures indicated nor is the red bar displayed.