ReSharper 将所有装置添加到单元测试会话窗口吗?
我正在进行一个大型项目,有数百个测试装置。
除了浏览代码并单独添加每个固定装置之外,是否有一种方法可以将每个固定装置添加到单元测试会话中?
顺便说一句,我正在使用 VS2010 Ultimate 和 R# 5.1
I'm on a large project, with hundreds of test fixtures.
Is there a way to add every fixture to a unit test session other than going through the code and adding each one individually?
BTW, I'm using VS2010 Ultimate and R# 5.1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以通过 单元测试资源管理器 (< code>Resharper | Windows | Unit Tests 或
Ctrl+Alt U
)然后您可以右键单击树的根并将测试附加到现有测试会话 (
Ctrl +U, A
),或创建新的测试会话 (Ctrl+U, N
)You can also manage the unit tests in a session via the Unit Test Explorer (
Resharper | Windows | Unit Tests
orCtrl+Alt U
)You can then right mouse click on the root of the tree and Append Tests to an existing Test Session (
Ctrl+U, A
), or Create a new Test Session (Ctrl+U, N
)没关系,我找到了。
Nevermind, I found it.