protocol7 archive
9 April 2003

MSDN on unit testing

Just found this article by Eric Gunnerson on unit testing in .NET. I can’t empasize enough the importance of writing good unit tests. I’ve spent the last two months adding a total of 562 tests for the SVG# code. Couldn’t live without it.

tags: .NET