Click here to Skip to main content
15,892,746 members
Articles / NUnit

Unit Testing using NUnit and Rhino Mocks

27 Jul 2012CPOL 43.6K   17   5
The smallest piece of a software that can be testable is called as a Unit. In Object Oriented Programming languages like C# each class is called as a Unit. Testing each such unit independent of others is called as Unit-Testing. Unit Testing is very important in Test Driven Development (TDD)
We're sorry, but the article you are trying to view was deleted at 6 Aug 2015.

Please go to the NUnit Table of Contents to view the list of available articles in this section.