如何使用 Resharper 跳转到关联的测试方法
如果我有一个方法以及与该方法相关的一个或几个测试,我可以使用按键或其他方式从该方法快速跳转到测试的实现吗?
我正在使用 Visual Studio 2010 和 resharper beta 6。我可以使用“查找用法”,但这会拉出所有内容,而不仅仅是测试。我需要经常而且通常很快地跳到测试
If I have a method and one or a few tests associated with that method, can I jump quickly from the method to the test's implementation using keystroke or whatever?
I'm using visual studio 2010 and resharper beta 6. I can use "find usages" but that would pull out everything, not just tests. And I need to jump to tests very often and usually quick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
选项 1:使用“查找用法”,然后在“查找结果”窗口中应用名为“单元测试用法”的筛选器。免责声明:这不是我的想法,明天需要检查它是否完全按照这种方式工作。
选项 2:使用 dotCover,通过按键即可显示涵盖特定方法的所有测试。
Option 1: Use Find Usages, then, in the Find Results window, apply a filter called "Unit test usages". Disclaimer: this is off the top of my head, need to check tomorrow if it works exactly this way.
Option 2: Use dotCover which has a keystroke to show all tests covering a specific method.