Resharper (NUnit) 单元测试的输入文件

发布于 2024-11-26 09:33:49 字数 307 浏览 1 评论 0原文

我想从自动化单元测试运行中获取故障列表并将其推送到 Resharper 或 NUnit GUI 中。理想情况下,用户可以在修复问题时手动运行测试。

我发现了一些从代码调用 NUnit TestSuites/TestFixtures/Tests 的示例,因此认为解析测试运行的输出然后仅加载/或运行失败将足够简单。

不过我认为已经有一些东西可以做这种事情了 - 我只是找不到它。

Resharper 能够导出会话中当前测试的列表,但我找不到任何内容来导入文件以创建会话。这似乎是一个显而易见且简单的解决方案。

有人能指出我正确的方向吗?

I'd like to take the failures list from an automated unit test run and push it into Resharper or alternatively NUnit GUI. Ideally it would be then up to the user to run the tests manually as they fix them.

I have found some examples on calling NUnit TestSuites/TestFixtures/Tests from code so think that it would be simple enough to parse the output of the test run and then load/or run the failures only.

However I assume there is something to do this kind of thing already - I just can't find it.

Resharper has the ability to export the list of current tests in the session, but I cannot find anything to import a file to create a session. This would seem an obvious and easy solution.

Any one able to point me in the right direction?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

叹沉浮 2024-12-03 09:33:49

也许您可以扩展 NUnit 框架实现一个代表特定文件路径的新属性。Resharper 仅支持普通的 NUnit 框架。

Maybe you can extend NUnit framework implement a new attribute which represent certain file path.Resharper only support plain NUnit framework.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文