Resharper 6 simply ignores all my tests
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.
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
精彩评论