What Is NUnit?
NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.5, is the sixth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.
Online resources:
- Setting up NUnit for C# Unit Testing with Visual Studio: excellent article to learn how to install NUnit and integrate it with Visual Studio;
- The official NUnit site is very well documented:
NUnit User Interface overview: learn hot to use the NUnit GUI;
NUnit Quick Start: a great way to get started with NUnit, quick and easy;
Documentation: all you need to know to use NUnit;
No comments:
Post a Comment