测试驱动 .NET 不会使用 NUnit 插件

发布于 2024-10-14 08:39:23 字数 235 浏览 2 评论 0原文

我在通过 Visual Studio 2008 的测试驱动 .NET 插件运行 NUnit 时遇到问题。我有一个插件,当我使用 NUnit GUI 时,它工作得很好。然而,当通过 TDD.NET 运行 NUnit 时,该插件似乎不起作用。我尝试了一些方法,例如更新到最新版本,将插件放入 TDD.NET 的 NUnit 副本中,以及修改 TDD.NET nunit.config 文件以指向另一个副本 nunit。这些策略都不起作用。我缺少什么?提前致谢!

I am experiencing a problem with running NUnit via the Test Driven .NET plugin with Visual Studio 2008. I have an addin that when I use the NUnit GUI, works just fine. However, the addin doesn't seem to work when run NUnit through TDD.NET. I've tried a few things, such as updating to the lastest version, and placing the addin into TDD.NET's copy of NUnit, and modifying the TDD.NET nunit.config file to point at another copy nunit. None of these strategies work. What am I missing? Thanks in advance!

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

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

发布评论

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

评论(2

糖果控 2024-10-21 08:39:24

检查以下事项:

1) 确保光标位于测试类的测试方法内。
2)确保您查看构建面板和顶部组合框中的值
构建存在。确保更改要测试的构建值。

并查看是否有任何测试结果可见,还可以尝试阅读插件的文档

http://www.testdriven.net/快速启动.aspx

check following things :

1) make sure your cursor is inside the test method of the test class.
2) make sure you view build panel and in the top combo box the value
build is present. Make sure u change the build value to test.

And see if any test result is visible also try reading documentation of the plugin

http://www.testdriven.net/quickstart.aspx

执着的年纪 2024-10-21 08:39:24

尝试运行 nunit-console.exe 作为项目属性的构建后脚本。它在每次构建后自动执行。

try running nunit-console.exe as a post build script of your project property. It executes automatically after each build.

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