An Addin for Visual Studio 2008 which generates an accessor class for unit testing. The accessor class, along with a shunt (or mock) class, provides natural feeling access to private and protected methods, properties and fields of a C# class. The accessor class provides for NUnit testing, a similar kind of direct access to hidden variables and methods that MSTest provides. You can read a more complete description in my blog, here. |