运行“hello world”时挂起在 Fitnesse 中进行测试
我正在尝试评估 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题。语法不正确,定义 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.