I highly recommend David Hussman for FitNesse training. Here's his website: http://devjam.biz/ The company I work at has had him consult with us a couple of...
I want to incorporate different methods into a single table and I'm wondering how best to do it. I'm trying to test a permissions table (below) So, ideally...
I am not the one who initiated this thread, so I also didn't know, whether there was any action taken, that's why I asked. Since I also think that the...
Actually, for the actual problem a simpler solution was enough: I've just implemented a new widget subclassing WikiWidget, which will be included in the...
... Historical reasons having to do with the way Ward Cunningham sees the world and the people he passed the baton to. Unfortunately, there have never been...
Hello Stephen, what are the benefits and drawbacks of using FitNesse with DB instead of FS? I know what are the advantages of a DB over FS - in case of tens...
If I am keeping my fitnesse wiki tree in source control, I don't need fitnesse to run its own versioning system in parallel. Is there a global setting or...
Richard
legalize@...
Oct 1, 2008 9:19 pm
11369
In article <1787074DEFD84DF49F79C167934CE0E5@jhrothjr004>, ... I sent email to ask to join the FitNesse.NET project on sourceforge, but haven't received a...
Richard
legalize@...
Oct 1, 2008 9:19 pm
11370
Try running fitnesse with the "-e 0" option. The "0" is the number of days to save these backups and I think specifying 0 is interpreted as "save none". dean ...
In article <7FD7D32D-CEE9-4CA6-91A1-B668CB39A590@...>, ... OK, I'll try that. Is the "versioning" property for a page supposed to turn that off...
Richard
legalize@...
Oct 1, 2008 10:53 pm
11372
I'm trying to implement fitnesse at our company, and the developers are saying that is going to be hard to use as we don't use reflections with J2ME. Does...
In your fixture you could easily translate the method name to a real method using reflection. Are you using java? ... Robert C. Martin (Uncle Bob) | email:...
Rick, can you point me to your "core" Fit specifications? I've got FitNesse.NET passing Jim Shore's Fit spec, with a couple of tweaks. I'd like to see if I...
Richard, What are the legal ramifications of opening a new sourceforge project (or adding it to an existing one) with the CppTestTools zip archive available on...
I appreciate the reply Rick and I apologize if I came off somewhat whiny. I am not sure what kind of use Fit/FitNesse has, but from my POV there would ...
I agree with the point that C++ working at all is a "stunning technical achievement". Essentially it takes a compile time approach where everything is compiled...
Hi Mike, I'll find them and email them off to you directly. They were a part of a much earlier FitLibrary release, but I took them out of more recent releases....
I'll check for the cell handler specs. I'm pretty sure they're in the current 0.8 Python FIT release, but they've probably been expanded for the 0.9 release. I...
Not in FitNesse. (Well, there is a timed version of ActionFixture, but I wouldn't recommend ActionFixture style storytests.) But I've got something coming up...
Hi, there is no built-in feature, but what you're looking for is probably FitDecorator - http://fitdecorator.sourceforge.net/ . If this should be not enough,...
Hi Ryan, Thanks. Let me know about changes you've made to the Java version of Fit, as it's no point in my repeating your work. Yes, I've been running multiple...
Hi Ryan, The only problem I see is bringing about a split in the code if two groups are continuing active work on it independently. So it's a matter of...