标签:blog http io ar os 使用 sp for on
using System; using System.Collections; using System.Collections.Generic; using NUnit.Framework; namespace Smart.Core.Tests { [TestFixture] public class NUnitTestFixture1 { [SetUp] public void SetUp() { //全局设定 } [TearDown] public void TearDown() { //清理 } [Test] public void Test() { } } }
VS模板:
http://johnnycoder.com/blog/2009/04/01/aspnet-mvc-test-template-project-for-nunit-and-moq/
https://visualstudiogallery.msdn.microsoft.com/97bd5118-0c29-41b4-9477-d34192c183c3
http://www.codeguru.com/csharp/.net/using-nunit-with-visual-studio-2012-unit-test-projects.htm
标签:blog http io ar os 使用 sp for on
原文地址:http://www.cnblogs.com/micro-chen/p/4119298.html