When we run all tests, if there are failed test cases, the test frame does not report which test case/test suite failed.
As the result, if running lots of test cases, the users might get difficult to find the failed test cases in the long list.
With Google unit test fw - it uses red color to alert the failed test cases. It helps users a lot to find failed test cases.
I would propose an enhancement to the framework, so that it could do the same as Google FW (use red color for failed TC).
changeset: 6628:adc4f2e94c2b
tag: tip
user: Vu Minh Nguyen vu.m.nguyuens@dektech.com.au
date: Wed Jun 24 09:39:41 2015 +0200
summary: tools: Color the failed test cases by Unit Test Framework [#1390]
Rev: adc4f2e94c2bd44ec7de41e3fea44a086f26a966
Related
Tickets:
#1390