NUnit 插件未加载
我正在尝试将一些插件加载到 NUnit Gui Runner,但是它根本无法识别任何插件,即使它们都在插件目录中。
我什至编译了他们的示例并尝试加载它们,但仍然一无所获。
我在这里错过了什么吗?
I am trying to load some addins to the NUnit Gui Runner, however it doesn't identify any addin at all even that they are all inside the addins directory.
I even compiled their examples and tried to load them but still nothing.
Am I missing something here?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
插件链接到的 nUnit 版本与当前 nUnit 下载中的版本不匹配。
我研究了重新编译插件的源代码,但遇到了其他问题。
我刚刚将我的测试分解为单独的测试,并调用我尝试用于行测试的方法。
--编辑--
我找到了我的问题的答案。 http://nunit.org/?p=testCase&r=2.5 我是尝试使用不再受支持的插件(并且已经内置了一段时间)
--编辑 2--
我们并不是唯一遇到麻烦的人 http:// /community.sharpdevelop.net/blogs/mattward/archive/2009/05/10/NUnit25Support.aspx
The nUnit version being linked to by the addin doesn't match the one in the current nUnit download.
I looked into recompiling the source for the addin, but ran into other issues.
I've just broken out my tests into individual tests and call the method I was trying to use for the row tests.
--Edit--
I found the answer for my issue. http://nunit.org/?p=testCase&r=2.5 I was trying to use an addin that is no longer supported (and had been built in for some time)
--Edit 2--
We're not the only ones to have trouble http://community.sharpdevelop.net/blogs/mattward/archive/2009/05/10/NUnit25Support.aspx