Ncover、TypeMock 和 MSTest
有人让 Nover、TypeMock 和 MSTest 一起工作吗? 如果是这样怎么办?
我现在已经对此进行了两三次认真的尝试,但就是无法使其发挥作用。
我正在使用 MSTest 9、NCover 2.1 和 TypeMock 4.1。
理想情况下,我想从 MSBuild 任务运行它们。
干杯 垫
has anyone got NCover, TypeMock and MSTest to work together? and if so how.
I've had 2 or 3 serious tries at this now and just can't get it to work.
I'm using MSTest 9, NCover 2.1 and TypeMock 4.1.
Ideally I would like to run them from an MSBuild task.
Cheers
Mat
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,有点晚了,但这是后代的答案......
几个关键点:
在下面的示例中,我在 Tests.dll 中运行测试并要求提供有关 ClassLibrary.dll 的覆盖率报告
Well its a bit late but here is the answer for future generations ...
Few key points:
In the example below I'm running the tests in Tests.dll and asking for coverage report about ClassLibrary.dll