Nunit2.5.10快速上手
摘要:1、下载Nunit:http://www.nunit.org/index.php?p=download,下载MSI格式的安装包;2、安装Nunit,根据提示安装即可,没有什么需要配置的,直接下一步就可以了。3、新建类库项目NUnitQuickStart,在该项目添加引用nunit.framework。4、新建类NumbersFixture,添加如下代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using NUnit.Framework;namespace NUnitQui
阅读全文
posted @
2012-04-16 12:55
小桥屋檐下
阅读(1904)
推荐(1) 编辑