NUnit 2.5 supports a new attribute for running a single unit test multiple times for a set of supplied values. Resharper does not currently execute tests that use this new functionality. For information on how these attributes work, see the following NUnit documentation links:
ValuesAttribute
http://www.nunit.org/index.php?p=values&r=2.5ValueSourceAttribute
http://www.nunit.org/index.php?p=valueSource&r=2.5The result is that when I run my tests in Resharper, I appear to have fewer tests than when I run using TestDriven.NET, the NUnit GUI, or the nunit-console runner.
Thanks,
--Jeff
Issue was closed