NUnit 运行错误的测试程序集

发布于 2024-08-17 21:04:47 字数 152 浏览 2 评论 0原文

我通过将 NUnit 设置为测试项目的启动操作来从 VS2k8 运行 NUnit。当我只有一个测试项目的单一解决方案时,效果很好。我现在尝试在第二个解决方案中运行测试,但是当 NUnit 启动时,它正在加载 Solution1Name.Test 而不是 Solution2Name.test

I'm running NUnit from VS2k8 by setting it as the start action for the test project. That worked fine when I only had a single solution with a single test project. I'm trying to run tests in a second solution now, but when NUnit launches it's loading Solution1Name.Test instead of Solution2Name.test

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

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

发布评论

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

评论(1

错々过的事 2024-08-24 21:04:47

NUnit 会重新加载关闭前使用的最后一个配置。它是应用程序的一项功能,可帮助您更快地进行测试。如果您需要移动到另一个项目,只需使用“打开”功能并找到您想要测试的程序集。

NUnit reloads the last configuration that it used before it closes. Its a feature of the application to help you test faster. if you need to move to another projects just use the Open function and find the assembly you wish to test with.

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