I have written unit tests under NUnit that use TestFixtures with different parameters. Now, when I run tests, I want to see with which parameters test has been passed and with which hasn’t. Unfortunately, ReSharper shows only “Test failed: Child test failed” and no more information. Is there any way to see which parameters have caused test failure?
Thanks!
I e-mailed JetBrains about this and received the following response from Andrey Serebryansky on July 9th, 2010:
I believe the current release at the time of this writing is 5.1.
EDIT:
Based on comments by @Damien McGivern and @zcrar70
The issue is here, and it is fixed in the Resharper internal build.
However according to Victor Kropp (at the above link):
and when asked what the release date would be the response was (as of August 3, 2010):
EDIT2:
More answers from Victor Kropp:
EDIT3:
I just tested this with the Resharper 6 EAP (build 2101) and it looks like they did a rather nice job of fixing this issue.
I haven’t played around with it too much yet but so far I like what I see.