是否有包含语法助手的 NUnit NuGet 包?
常规的 NUnit 包几乎被精简了......
The regular NUnit package is pretty much stripped down...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
常规的 NUnit 包几乎被精简了......
The regular NUnit package is pretty much stripped down...
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我的理解是,从版本 2.5 开始,NUnit Assert 语法助手位于 NUnit.Framework 程序集中。该程序集包含在 NUnit NuGet 包中。
确保添加
using NUnit.Framework;
无论如何,如果这不是您正在寻找的答案,也许您可以澄清问题。
希望这有帮助。
My understanding is that the NUnit Assert syntax helpers are in the NUnit.Framework assembly as of version 2.5. This assembly is included in the NUnit NuGet package.
Make sure you add
using NUnit.Framework;
Anyway, if this isn't the answer you're looking for, perhaps you can clarify the question.
Hope this helps.
我刚刚安装了 NUnit NuGet 包,它的包文件夹中有 4MB 的内容 - 您确定其中不包含您要查找的内容吗?
NUnit 包让我恼火的事情之一是它包含了太多内容 - 我只想要创建测试项目所需的 DLL! :(
I just installed the NUnit NuGet package and it has 4MB of stuff in the packages folder - are you sure what you're looking for isn't included?
One of the things that annoyed me about NUnit's package was that so much was included - I only wanted the required DLLs to create test projects! :(