点跟踪与TestDriven.NET:分析测试
我刚刚安装了最新的 dotTrace(v4.0,评估版),并且尝试通过使用 TestDriven.NET 运行测试来分析代码。根据我在 google 上搜索到的内容,这应该是可能的:“Test With...dotTrace”菜单项应该可见,但实际上不是(仅 TD.NET 提供的标准菜单项)。有人有这样的运气吗?
顺便说一句,我正在运行 VS 2008。
I've just installed the latest dotTrace (v4.0, evaluation) and I'm trying to profile the code by running tests using TestDriven.NET. From what I've googled out, this should be possible: "Test With... dotTrace" menu item should be visible, but it is not (only the standard ones provided by TD.NET). Has anyone had any luck with this?
I'm running VS 2008, by the way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有同样的问题。我的调查显示,最新版本的 TestDriven.NET 使用旧版本的 JetBrains.dotTrace.Integration.dll,这似乎与最新版本的 dotTrace 不兼容。因此,等待新版本的 TestDriven.NET 将支持与 dotTrace 的新集成方法
Had the same problem. My investigations showed that latest version of TestDriven.NET uses old version of JetBrains.dotTrace.Integration.dll which seems to be incompatible with the latest version of dotTrace. So waiting for new version of TestDriven.NET which will support new integration approach with dotTrace
TestDriven.NET 与 dotTrace 3.1 集成,但 4.0 没有集成。
TestDriven.NET has integration with dotTrace 3.1 but doesn't have it for 4.0.