2、ions.Generic;using System.Text;using NUnit.Framework;namespace TestDrivenTest{ [TestFixture] public class TestClass { [Test] public void TestRun() { Form1 frm1 = new Form1(); int expected = 0; int result
6、太多的惊喜,它集成了.NETReflector、NConver、NConverExplorer、TypeMock.NET等,功能更加强大,下面我将一一介绍TestDriven.NET2.0中涌现出的这些亮点。基本使用安装完TestDriven.NET2.0后,重新启动VisualStudio2005,可以发现在VisualStudio.NETIDE的右键菜单中会多出一些新项,所有的操作都是直接通过这些右键菜单来完成。我们先来编写一小段简单的测试代码:[Test]publicvoidTestMethodRun(){ Class