Sunday 22 April 2007

NUnit + NCover

Deadly tools. Do use: NCover, NUnit. Usual recipe is to run your unit tests from within NCover and check how much code your unit tests are covering. This can even uncover silly mistakes where a test is not being run because you forgot to put the "[Test]" attribute.

0 comments: