运行“hello world”时挂起在 Fitnesse 中进行测试

发布于 2024-10-27 09:38:13 字数 262 浏览 4 评论 0原文

我正在尝试评估 Fitnesse 是否与我们的 .Net 项目一起使用。我一直遵循 Gojko Adzic 的 测试驱动的 .NET 开发中列出的说明 与 FitNesse 书 并在第一个障碍时失败了。当我运行第 19 页的 hello world 测试时,fitnesse 只是挂在运行测试屏幕上。

还有其他人遇到过这个问题吗?

我该如何调试这样的问题?

I'm trying to evaluate Fitnesse to use with our .Net projects. I've been following the instructions laid out in Gojko Adzic's Test Driven .NET Development
with FitNesse book
and have fallen at the first hurdle. When I run the hello world test on page 19 fitnesse just hangs on the running tests screen.

Has anyone else encountered this problem?

How do I go about debugging issues like this?

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

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

发布评论

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

评论(1

清秋悲枫 2024-11-03 09:38:13

我已经解决了这个问题。语法不正确,定义 COMMAND_PATTERN 不正确。我把 %p 放在单独的一行上。

I've solved the problem. The syntax was incorrect defining the COMMAND_PATTERN was incorrect. I'd got %p on a separate line.

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