vote up 1 vote down star

Is it possible to express this in a RowFixture in FitNesse for .net:

contains(data)
startswith(data)
endswith(data)
flag

60% accept rate

1 Answer

vote up 2 vote down check

After a quick look around, I found the answer to my own question:

You can add cell handlers to add specific behavior to your tests

!|cell handler loader|
|load|SubstringHandler|
|load|StartsWithHandler|
|load|EndsWithHandler|

You can then do a test like this:

!|My fixture|
|Content|
|..contained..|
|starts with..|
|..ends with|
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.