开发者

NDepend, TestDriven and HostType

开发者 https://www.devze.com 2023-02-09 09:32 出处:网络
I\'m making use of the TestDriven.NET plugin for visual studio to run all my tests to check for code coverage with NDepend. All is working fine apart from my tests with a HostType attribute. These are

I'm making use of the TestDriven.NET plugin for visual studio to run all my tests to check for code coverage with NDepend. All is working fine apart from my tests with a HostType attribute. These aren't getting run.

Does anybody knopw how to fix this or is there a specific reason for it?

开发者_StackOverflow社区

Thanks in advance


If you look at the release notes for TestDriven.NET, they explicitly skip test with the HostType attribute. I'm not sure why they do this exactly.

I can actually not find another test runner outside of the built in runner in Visual Studio that will execute those tests, Resharper/dotCover gives me an Aborted message when running a specific test with a HostType

EDIT: Linked to release notes (look at item 3203) http://www.testdriven.net/downloads/releasenotes.html

0

精彩评论

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

关注公众号