I'm using the Unit Test Sessions window of ReSharper 5.1 in order to run NUnit tests. It gives great visualization and 90% of the time it is just what I need.
The only problem is that the Unit Test Sessions window does not support tests that have parameters. I would like to have a separate node for each value of the parameters, like in the screenshots here. In ReSharper I only see one node for the whole method, and there is no way to know which parameters it passed with and which parameters it failed with.
Is there any way that I can see the various runs in ReSharper, or do I need a different tool (and which one is the best)?
Thank you!
Just add NUnit tests to your project and they will now magically show up in the Test Explorer and run when you hit the > button. Instead of the NuGet package, you'll need to use the test runner from the Visual Studio Gallery or from the Tools -> Extensions and Updates menu.
From within Visual Studio 2012, 2013 or 2015, select Tools | Extension Manager. In the left panel of the Extension Manager, select Online Extensions. Locate (search for) the NUnit Test Adapter in the center panel and highlight it. Click 'Download' and follow the instructions.
The feature which you are requesting will be part of Resharper 6. See http://youtrack.jetbrains.net/issue/RSRP-147616.
In the meantime you could try to use gallio as stated here ReSharper Unit Test Runner - TestCase
As ReSharper 6 is now available you could find information about its TestCase support here http://hadihariri.com/2011/08/23/new-features-in-resharper-6-unit-test-runner/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With