NUnit 2.4
Posted by barse on March 23, 2007
In case you missed it the unit testing framework NUnit 2.4 went final a week ago. A lot has happened “under the hood”. A new FileAssert class, an option to load assemblies in separate AppDomains, a new narrow “mini gui” mode and constraint based assertions are some of the news in this release.
My favourite addition would probably be the CollectionAssert class that really simplifies writing tests for collections. Read more here or go straight ahead and download the new version here.