ReSharper 将所有装置添加到单元测试会话窗口吗?

发布于 2024-10-15 08:18:09 字数 129 浏览 0 评论 0原文

我正在进行一个大型项目,有数百个测试装置。

除了浏览代码并单独添加每个固定装置之外,是否有一种方法可以将每个固定装置添加到单元测试会话中?

顺便说一句,我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

滥情稳全场 2024-10-22 08:18:09

您还可以通过 单元测试资源管理器 (< 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 or Ctrl+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)

那些过往 2024-10-22 08:18:09

没关系,我找到了。

  1. 右键单击解决方案资源管理器中的项目
  2. 单击“调试单元测试”
  3. 它将它们全部添加到测试会话中

Nevermind, I found it.

  1. Right click the project in solution explorer
  2. Click 'Debug Unit Tests'
  3. It adds them all to the test session for you
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文