Stories recently tagged with 'NStub'

NStub Beta Released(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 5 years ago

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. read more...

add a comment |category: |Views: 6

tags: another