|
MbUnit : CreatingAnEmptyMbUnitProject
This page last changed on Sep 28, 2006 by ben2004uk.
I'll assume that you already have a solution. First let's create a project to hold some unit test fixtures. For this example we will create a new C# Class Library Project.
Now within Visual Studio 2005, the MbUnit assemblies are listed within the Add Refence dialog under the .NET tab.
Now that the MbUnit client classes are available we should add a using statement for the namespace MbUnit.Framework. That is it. You are ready to go. You have an empty MbUnit testing project. You will next need to provide it with something to test. |
| Document generated by Confluence on Jun 11, 2007 11:56 |