在 Gallio 3.1 中运行 NUnit 2.5.5 测试

发布于 2024-09-03 23:46:10 字数 190 浏览 7 评论 0原文

我正在尝试让 Gallio 运行一些现有的 NUnit 测试,但它们没有在 Gallio 中显示。该程序集可以很好地加载到 Gallio 中,我可以通过 VS IDE 中的 Resharper 很好地运行它们。

我在 VS 中创建了一个非常简单的 NUnit 测试,这也没有显示,所以我知道这在我现有的测试中并不奇怪。

有什么想法吗?

I'm trying to get Gallio running some existing NUnit tests but they're not showing in Gallio. The assembly loads into Gallio fine and I can run them fine via Resharper within the VS IDE.

I created a really simple NUnit test in VS and this also doesn't show so I know it's not something weird in my existing tests.

Any ideas?

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

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

发布评论

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

评论(3

小巷里的女流氓 2024-09-10 23:46:10

当前版本的 Gallio(3.1 build 397)仅支持 NUnit 最高版本 2.5.2。

但是,如果您将新的 2.5.5 程序集放入 C:\Program Files (x86)\Gallio\bin\NUnit\v2.5 并使用新版本号更新 Gallio.NUnitAdapter25.plugin,那么您应该可以开始了。

Current version of Gallio (3.1 build 397) only supports NUnit up to 2.5.2.

But if you drop in the new 2.5.5 assemblies into C:\Program Files (x86)\Gallio\bin\NUnit\v2.5 and update Gallio.NUnitAdapter25.plugin with the new version numbers you should be good to go.

半枫 2024-09-10 23:46:10

正如 Carl 所说,Gallio v3.1 只支持 NUnit 到 v2.5.2。我建议您使用 Gallio v3.2。它仍处于测试阶段,但已经非常稳定。您可能想尝试最新的每日构建

UPDATE1:Gallio v3.2 现已 RC
UPDATE2:NUnit v2.5.4 的测试模型有重大变化。 Gallio NUnit 适配器已相应更新。您可能需要使用 Gallio 3.2 build 520 或更高版本。

As Carl said, Gallio v3.1 only supports NUnit up to v2.5.2. I suggest you use Gallio v3.2 instead. It's still in beta but is very stable already. You may want to try the latest daily build.

UPDATE1: Gallio v3.2 now RC
UPDATE2: There is breaking change in the test model of NUnit v2.5.4. The Gallio NUnit adapter has been updated accordingly. You might want to use Gallio 3.2 build 520 or later.

不知所踪 2024-09-10 23:46:10

只是瞎猜——你的文字装置是公开的吗?

Just a shot in the dark--are your text fixtures public?

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