Entry
Is there a unit testing framework available?
What is the easiest way to run unit tests?
How do I install NUnit?
Mar 28th, 2002 13:18
Nathan Wallace, Markus Kalina
There are a couple of great articles on setting up and using NUnit
with C# (or other .NET languages) by Markus Kalina available here:
http://www.tangent-studios.com/programming/csharp/
He has good ideas on speeding up the unit testing / program testing
model and explains in minute detail how to set it up.
You can download and find more information about NUnit here:
http://nunit.sourceforge.net/
This is a good example of how cool the .NET any language thing is. I
don't know or care if this code was written in C#. Just subclass and
away we go.