是否有包含语法助手的 NUnit NuGet 包?

发布于 2024-12-08 19:29:28 字数 30 浏览 0 评论 0原文

常规的 NUnit 包几乎被精简了......

The regular NUnit package is pretty much stripped down...

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

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

发布评论

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

评论(2

你げ笑在眉眼 2024-12-15 19:29:28

我的理解是,从版本 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.

远山浅 2024-12-15 19:29:28

我刚刚安装了 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! :(

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