Fitnesse importing util.ListUtility.list; is giving error

泪湿孤枕 提交于 2019-12-13 05:44:06

问题


I am trying to import static util.ListUtility.list; but it is giving error:

The import util.ListUtility cannot be resolved

I have fitnesse-standalone.jar in my path. I explored util package in jar. It seems that it is not any more. I downloaded latest version of fitnesse.Is it deprecated and not supported any more?

I also tried with fitnesse.util.ListUtility but no avail.

Thanks a lot.


回答1:


It is resolved, as util.ListUtility.list; is not in fitnesse jar so I created the class in my source with same utility.



来源:https://stackoverflow.com/questions/28241615/fitnesse-importing-util-listutility-list-is-giving-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!