Monday, November 7, 2011

Adding comments to Fitnesse RowFixtures - Here's how

The other day I was looking for a a way to add comments to a rowfixture in fitnesse. Googling a bit didn't get me a straight answer, so I finally found it myself:

!|MyRowFixture|
|Column1|Column2|
|1|2|this is ignored|
|3|4|this is ignored too|

Seems like if you add a columns without providing a header for it, fitnesse just ignores the column so it can be used as a comment.




No comments:

Post a Comment