使用 ReSharper 5.x 和 VS2010 运行文件中的所有测试
有没有办法告诉 R# (5.x) 测试运行程序运行当前文件中的所有 MSpec 规范?
我正在使用类似 Visual Studio 测试运行程序的 Ctrl+R + Ctrl+T 快捷方式之后,无论是快捷方式还是上下文菜单命令。
Is there a way I can tell the R# (5.x) test runner to run all the MSpec specs in the current file?
Something like the Ctrl+R + Ctrl+T shortcut of the Visual Studio test runner is what I'm after, be it a shortcut or a context menu command.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
菜单项 ReSharper -> 不是吗?单元测试 ->运行单元测试做你想做的事?
当您的光标放在两个测试方法之间时,它将运行当前类中的所有测试。当您的光标放置在测试类之外时,它将运行当前文件中的所有测试。
Doesn't the menu item ReSharper -> Unit Tests -> Run Unit Tests do what you want to?
When your cursor is placed between two tests methods, it will run all tests in the current class. When your cursor is placed outside a test class, it will run all tests in the current file.