Fitnesse - 跑步者进程未启动
我在健身方面进行了一项测试,该测试曾经有效,但是当我今天上班时,测试根本没有开始。一旦我按下测试,我就会在测试顶部看到“0 错误 0 战争...”文本。查看源代码控制软件,我找不到对测试或与之相关的任何更改。我注意到运行测试时运行程序进程没有启动。其他测试似乎工作正常,我可以将不起作用的测试中的表复制到其他测试中,一切都很好。关于可能出什么问题的任何想法吗?
I have a test in fitnesse which used to work, but when I got into work today the test did not start at all. As soon as I press test I get the "0 errors 0 warrings..." text on the top of the test. Looking in the source control software, I can not find any changes to the test, or to anything related to it. I have noticed that the runner process does not start when I run the test. Other tests seem to work fine, and I can copy the tables from the test which is not working into an other test and everything is fine. Any ideas on what could be wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在这种情况下我的标准答案是“你检查过你的类路径吗?”
我这么说是因为通常发生这种情况时,就是 !path 没有指向您需要的东西,无论是 FitNesse.jar 还是您自己的自定义代码。
另外,您是否获得可以检查类路径的输出页面?我对此表示怀疑,但这可以帮助诊断类路径问题。
My standard answer in this situation is, "have you checked your classpath?"
I say this, as typically when this sort of thing happens, it is that the !path doesn't point to the stuff you need, whether it be FitNesse.jar or your own custom code.
Also, do you get an output page where you can check the classpath? i doubt it, but that can help diagnose classpath issues.