mcspring / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add the ability to specify parameterized test names #488

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using parameterized tests, names come out as

"Fixture/0.Case/0"
"Fixture/0.Case/1"
"Fixture/1.Case/1"

Sometimes in the logs it's not as visible what the 0's and 1's represent, even 
if you also print out a test name (or other identifying information) in the 
body of the test. It would be very nice to be able to specify this along with 
other test parameters. This would also give better access to command line 
filters.

Original issue reported on code.google.com by jmad...@chromium.org on 24 Apr 2015 at 7:22