NUnit CollectionAssert 的命名空间是什么?

发布于 2024-11-17 09:36:43 字数 468 浏览 2 评论 0原文

我有以下内容:

using System;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using NUnit.Framework;
using Selenium;
using System.Collections.Generic;

但仍然无法获取我在 CollectionAssert (NUnit 2.4)

打印屏幕: 在我的 VS2008

I have the following:

using System;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using NUnit.Framework;
using Selenium;
using System.Collections.Generic;

but still can not get CollectionAssert which I found on CollectionAssert (NUnit 2.4)

The printscreen:
in my VS2008

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

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

发布评论

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

评论(1

小忆控 2024-11-24 09:36:43

它肯定位于 nunit.framework 程序集中的 NUnit.Framework 命名空间中 - 我刚刚下载了 NUnit 2.5.10 进行检查。

我建议您检查您真正引用的 nunit.framework 版本,并在 Reflector 中打开它以检查 CollectionAssert 是否存在。

It's definitely in the NUnit.Framework namespace in the nunit.framework assembly - I've just downloaded NUnit 2.5.10 to check.

I suggest you check which version of nunit.framework you're really referencing, and open it up in Reflector to check for the existence of CollectionAssert.

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