Tiny Types

Mark Needham’s post on micro types sparked an idea in my head that recently came to fruition. I was pondering on the Narrative Fixture code, and the fact that, although most of the internals are sensibly typed objects, at the FitNesse layer, we do a lot of passing of strings. The idea (at least, my [...]

Showing FitNesse Test Results in Hudson

Have you tried to get your FitNesse reports into Hudson? Although it’s simple to get an Ant task to run the tests, and fail the build, it would be nice to see the results in Hudson’s junit report. Unfortunately FitNesse outputs it’s results in a format that Hudson doesn’t understand. But that’s OK, because it’s [...]