I'm working with VSTS 2005, and while the unit testing tools are fairly straightforward, I'm left wondering if there is any sort of support for mocking. I'd hate to have to do the mocking manually, because that leads to a lot of (mostly generated) boilerplate code.
I have an edict from The Powers That Be, that a third-party mocking library is not an option. I'm pretty sure that means I'm going to be mocking by hand, but one can always hope. :)