NUnit 运行错误的测试程序集
我通过将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.