0

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.

4

1 回答 1

0

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

于 2015-01-30T17:53:47.397 回答