hmm.. Using Enterprise services to control the transaction... what a good idea :) At the moment I am using an in-memory version of the DAO's, however once I...
Hi, In CalculateTraverse.bindFirstRowToTarget() there is the following code: target = LookupMethodTarget.findTheMethod(methodName, arguments, "TypeOfResult",...
Hi, I've upgraded to the latest/greatest Fitnessee & FitLibrary releases and I notice that DoFixture works differently for a test writer's ... When I run with...
Hi, I'm looking at the DomainAdapter in FitLibary. I like how it simplfies fixture writing. I have a few questions. Question 1: We have large tables with...
Hi Chris, Yes, it's changed considerably. 1. Yes, I suggest that you base your fixturing code on CalculateTraverse. The Traverse structure is a parallel...
Hi Chris, Yes, you don't need the |tear down| table because it happens automatically. I haven't included any support for Summary because I don't find it ...
Hi Chris, That string is used to display a possible method signature when there is no matching method, based on the name and number of arguments. I usually ...
Hi Dharmesh, Have you seen the material in the user guide about FolderRunner that's included in the release? If so, I'm happy to answer questions that you...
Hi Chris, 1. I've been using nested tables for about 5 months with a client, and they're now used extensively in those areas where the domain objects are ...
Hi Cory, Thanks for the links, I have already bumped into these several times via a google search... but they are great introductions into fit/fitnesse and...
Hi, I recently discovered nested tables, and decided to play around with them. I have the following table for a DoFixture, and it works. The EmailMessage table...
Nevermind. Apparently, I don't need to specify the class name that shou ld be used in the table... all I need is a key value pairing, and it knows which object...
Hi all, Is there a way to put space in the beginning of a cell? ... Note that there is a space before 'b', as my result is so. I wrote something like this, but...
Hi Rick, My setup problems were caused by multiple Fixtures using the same SUT. I have resolved it for now. I agree that Summary is not very useful. In our...
Hi Rick, Thanks for your reply. Yes I have gone through the user guide but wasn't able to get it working. May be I am not using the right syntax. I guess a...
Hi Rick, I just realized my TraceFixture and the old SummaryFixture are similar in that they are both reports. In my case TraceFixture is a color coded table...
There use to a fixture ToStringArrayFixture that seems to have gone away. I have lots of code where the sut returns a List<String>, I always have to wrap the...
Hi, Is there a way to add "prev" and "next" buttons to Fitnesse? Having to keep going up and down just to travese a suite of pages is getting to be a drag. ...
Back in April 2006 I posted a patch (see attached) to the FitNesse project on SourceForge that would allow FitNesse to bind to a specific host (or IP address)...
Here's mine, on SuiteName.PageFooter: [ [[Previous][^PreviousPage]] ] [ [[Next][^NextPage]] ] And on each page, I create two symbolic links, named NextPage...
Yeah, I was thinking the same thing. The only thing I can think of is to create a PageFooter with links to ^NeXt and ^PreviOus, and on each page create a...
Hi I would like to place FitNesseRoot under subversion control. It that case, I would like subversion to handle history/revisions and I would like fitness to...
Hi Chris, I suggest that you subclass DoFixture, or its corresponding Traverse, DoTraverse (it's renamed to WorkflowTraverse in the release you have but I have...
Hi Chris, I thought I'd documented that, but can't see it from a quick scan of the user guide. I've provided a more general mechanism, PrimitiveArrayFixture or...
Hi Dharmesh, The ant build file shows how to run it from Ant. From the command line, you need something like: java -classpath fitlibrary.jar; myCode.jar ...
Hi Rosh, Spaces are removed automatically by Fit (and FitNesse). One trick is to replace each space in the cell by another character that won't appear ...