tr00per / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

Google Test needs to print values of parameters for failed parameterized tests. #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, when Google Test runs a value-parameterized test case
instantiation, it prints only names of the failed tests. The human user has
to deduce the value of the test's parameter from the test name. This is
sometimes hard. Google Test needs to print the parameter value as well, at
least for failed tests.

Original issue reported on code.google.com by vladlosev on 22 Nov 2008 at 6:03

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 22 Nov 2008 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 22 Nov 2008 at 8:15

GoogleCodeExporter commented 9 years ago
I am also interested in the resolution of this issue.

Original comment by ybarthelemy@gmail.com on 22 Mar 2010 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by vladlosev on 13 May 2010 at 9:01

GoogleCodeExporter commented 9 years ago
Fixed in revision 435.

Original comment by vladlosev on 18 May 2010 at 9:14