That should be protected String readFile(String fn) throws IOException { BufferedReader br = new BufferedReader(new FileReader(fn)); instead of protected...
... There's not built in feature to do this. For now you'd have to do it manually. ... FitNesseRoot folder and rename the version manually. ... Happy New Year...
Can I modify TestRunner to dump the output to a file. If I turn on verbose I get the summary, if I could dump the enitre outputstream then I can use an ...
Hi there, Just started using Fitness and loving it! Thanks to J.B. Rainsberger for presenting it at http://www.xptoronto.com So I'm using it to test the logic...
... Think about what your greeting() method does. FIT executes it one per row. Does greeting() reset the values of the fixture's instance variables? If not,...
FIT assumes that blank cells are omitted, and not just blank. Since they are omitted it tries to fill them with something appropriate. In a ColumnFixture the...
Funny, we encountered the same problem in class today... The problem is that VS will copy fit.dll into the Debug directory and this will somehow conflict with...
Thanks, Micah! After playing around with it a bit more, I think that it is a conflict with multiple references the fit.dll and fitnesse.dotnet.dll. There must...
They did run into this problem but they got past it. There was a much more serious problem that they had afterwards. It was something specific to the example...
Have a look at this page: http://www.fitnesse.org/ FitNesse.SuiteAcceptanceTests.HtmlTests.FrontPageTest This makes use of the HtmlFixture to test the...
This seems to be a recurring question. Perhaps I'll write up something on how to use these fixtures to test an example application's web veneer. Let me know...
We use the jWebUnit FIT plugin since September '03 and we are quite happy about it, although it is not yet released officially (hint: you get it with an...
... There definitely is. Strangely, I'm not in it. I think using FIT to test a web front end is missing the point. FIT /is/ a user interface with built in...
... Oh! So jWebUnit is an HTML-oriented wrapper around HTTPUnit? I always wondered what the difference was between jWebUnit and HTMLUnit, so now I know:...
... [SNIPPED] ... Your customer *could* write a test using fit to test those things if they wanted to know they were correct. Some of the above sound like ...
... also ... Thanks for the tip. Sorry I never found this before while I was searching through the Wiki. OT Rant: Wikis are great for the author and horrible...
I'm please to announce that after 6 months we have made another FitNesse release. Over this long hiatus we've been hacking away on FitNesse every chance we...
Right. Have a look at this page. I just finished writing it. http://fitnesse.org/FitNesseDevelopment.FitServerProtocol Let me know if there's anything I can...
It's the same problem when installed on the C: drive, and with the fixture being fit.ActionFixture. For the second problem, the ErrorLog table lists the...
I had a an issue related to -- in my pages. We had some lines using that as a separator: * ^TestOne -- This is test one. * ^TestTwo -- This is test two. Pages...
You'll find a newer version of FitNesse on sourceforge. The two problem below are fixed. If you previously downloaded the 20040119 version, then just...