I have a helper that generates some links and wanted to be able to test that functionality. The difficult thing is that the helper delgates to UrlHelper which Delegates to Controller and to UrlBuilder. Thanks to the new testing functionality in MonoRail this was quite easy Heres's part of my test...