0
kicks
NStub Beta Released
NStub is a test stub generator for unit tests. Just point it at any .NET assembly and it'll automatically generate a full project containing a one to one mapping of test methods for every method in the target assembly.
This is great for fine grained unit testing where you're trying to test every method individually.