Unit Testing with NUnit
| Visual C# Tutorials |
| Visual Studio .NET Tutorials |
|
Unit Testing with NUnit |
| © 2004 O'Reilly & Assoc., Inc. |
Unit Testing with NUnit
This section discusses the different elements of the NUnit framework and how to use them to create unit tests and test structures. Figure 2 shows the relationship between the NUnit elements.
In the simplest case, NUnit requires only test cases and one or more test fixtures. Each test must contain at least one assertion. A description of these elements follows.
|



