faqts : Computers : Programming : Languages : C# : Testing & Debugging

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 10 people (90%) answered Yes
Recently 9 of 10 people (90%) answered Yes

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.