tags:

views:

37

answers:

1

I'm using Fitnesse SliM and I want to check if the result of a fixture is the empty string. Leaving the result field in Fitnesse empty just results in an ignored test which is obviously not what I want. I could solve this by extending the fixture code, but I wonder if this can be handled within Fitnesse itself.

A: 

passing the word 'blank' simulates a empty string.

like:

|Check|That the returned string is | blank |

ryber