Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NUnit example code?

I would like to learn how to use NUnit. I learn best by reading then playing with real code. Where can I find a small, simple C# project that uses NUnit in an exemplary manner?

like image 763
Rodney Schuler Avatar asked May 13 '09 21:05

Rodney Schuler


1 Answers

There are many fine examples on NUnit's developer wiki.

Update as the original link is broken:

Basic examples can be found on the NUnit Documentation Page. Check out the Getting Started/QuickStart subsection, and the Assertions/* subsection.

like image 177
Yes - that Jake. Avatar answered Oct 09 '22 01:10

Yes - that Jake.