views:

179

answers:

1

Hi all,

Is there an easy way in Fitnesse to check cells based on regex patterns? This should work for all the possible fixtures like "query table", "decision table" and so on. E.g. if results(rows) are returned from a query table it should be possible to match certain cells (columns) against a regex, not just a fixed string. I guess you know what I mean. I can't find any hint in the docs and googling around I can't find a solution that works out of the box. Is there really no default way in Fitnesse to do this? I can't imagine people haven't asked for this multiple times. If not could someone point me to an online tutorial somewhere?

Any help would be really appreciated.

Cheers,

Marcel

+1  A: 

In the Java world, there is no "out-of-the-box" way to do this. With the .NET version, it's available: http://syterra.com/Fit/RegExHandler.html

Mike Stockdale
thanks for the quick answer. do you know of any tutorial that explains how to implement such functionality?
Marcel
I haven't worked much with the Java code for FitNesse and I haven't seen this discussed anywhere. Sorry, not much help for you.
Mike Stockdale