开发者

Resharper 6 simply ignores all my tests

开发者 https://www.devze.com 2023-04-05 00:17 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消