Feb 11 2007
A few useful additions to FitNesse.Net
If you are using FitNesse for testing .Net code, you might find this patch useful – it contains several additions to basic FitNesse code which enabled us to write tests for a large .Net project quicker.
- numeric comparisons >, >=, < and <= can be used in cells for checks
- nullable types like int? and bool? work properly
- !blank keyword can be used to check if a string is not blank
- symbols (<<symname) can be used as fixture parameters. Fixture will get the symbol value directly.
- Fixtures can handle object arguments (not just string arguments) with protected ArgsObjects array
Download the patch from here.
![]() |
![]() |


