Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to specify parameterized test names #488

Open
GoogleCodeExporter opened this issue Aug 7, 2015 · 0 comments
Open

Add the ability to specify parameterized test names #488

GoogleCodeExporter opened this issue Aug 7, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant