NUnit+ReSharper: How to view results for TestFixture with different parameters?
- by levanovd
Hi all!
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!