如何让 ReSharper 在运行所有测试时忽略某些类别?
我当前的 VS2008 解决方案中有大约 650 个 NUnit 测试,但其中 40 个被归类为“LongRunning”或“Integration”。我不希望每次我进行更改并运行我的测试套件时都运行这些(仅当我特别要求时,并且在设定的时间在 CI 上)。
使用 TestDriven.Net 进行设置很简单: 工具->选项-> TestDriven.Net ->排除类别中的测试
不过,我想使用 ReSharper 附带的漂亮 UI。我还没有找到任何设置 ReSharper 不运行某些类别的方法。
有人这样做过吗?能做到吗?
I've got about 650 NUnit tests in my current solution in VS2008, but 40 of these are categorized either as "LongRunning" or "Integration". I do not want these to run every time I've done a change and run my test-suite (only when I specifically ask for it, and on the CI at set times).
Setting this up with TestDriven.Net is a cinch:
Tools -> Options -> TestDriven.Net -> Exclude tests in categories
I would like to use the nice UI that comes with ReSharper, though. I've not found any way of setting up ReSharper not to run certain categories.
Has anyone done this? Can it be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看:
适用于 ReSharper 6,参见此处。
See:
Available in ReSharper 6, see here.
我在 ReSharper 的 JIRA 中为其创建了一个问题: RSRP-140757
I've created an issue in ReSharper's JIRA for it: RSRP-140757