1

I have a solution with a lot of nunit tests in different projects. When I run resharpers testrunner, it finds all the tests. But when it comes to execution it simply marks them all as grey and silently completes.

How do I figure out whats wrong with the testrunner, and most importantly how do I get it to run my tests.

I have resharper 6 in visual studio 2008. My code is on a fileshare, and everything runs in a virtual machine.

Morten
  • 4,507
  • 7
  • 29
  • 31
  • Have you tried to run any single test and see whether it runs well? – sll Sep 13 '11 at 09:49
  • Yeah, the runner doesn't run any tests at all. They are all Grey and I get no feedback what so ever. – Morten Sep 13 '11 at 11:14
  • Does the error persist if you move your solution from file share to local drive? There should be better error message anyway. – kropp Sep 13 '11 at 12:47
  • Can you share a code of any test fixture/class with any single test? – sll Sep 13 '11 at 13:34
  • it works fine when the tests are located on the local harddrive. I've created an issue at JetBrains regarding the issue with full details. Seems it's related to the networkshare. – Morten Sep 13 '11 at 15:02

1 Answers1

1

Jetbrains has confirmed this to be a bug. That resharper wont run nunit tests located on a networkshare. They'll try to fix it in 6.1.

You can find the ticket here: http://youtrack.jetbrains.net/issue/RSRP-275538

Morten
  • 4,507
  • 7
  • 29
  • 31