摘要: 在VS 2010中可以很方便的创建VS自带的单元测试项目,但是此种方式并不适用于SharePoint 2010的单元测试,因为SharePoint 2010支持的开发环境是.net framework 3.5,并且必须为x64平台,而VS中默认单元测试项目的目标版本是.net framework 4.0,并且不能切换为3.5. 所以通常环境下我们大多采用NUnit/XUnit来进行单元测试。本文主... 阅读全文
posted @ 2010-12-01 15:18 annpaul 阅读(760) 评论(0) 推荐(1) 编辑
摘要: 在VS2010中,单元测试的功能很强大,使得建立单元测试和编写单元测试代码,以及管理和运行单元测试都变得简单起来,通过私有访问器可以对私有方法也能进行单元测试,并且支持数据驱动的单元测试。1、建立单元测试项目1.1、从被测试代码生成单元测试1)实例:创建VC#模式下的控制台应用程序,工程名为CUnitTest 2)输入简单的加、减、乘、除函数代码,如下图所示 3)可按如下步骤建立单元测试    (... 阅读全文
posted @ 2010-12-01 14:05 annpaul 阅读(3785) 评论(2) 推荐(3) 编辑
摘要: SPDisposeCheckThe SharePoint APIs allocate COM - based memory that the Common Language Runtime (CLR)garbage collector does not release. For this reason, you need to explicitly call the Dispose() metho... 阅读全文
posted @ 2010-12-01 12:18 annpaul 阅读(224) 评论(0) 推荐(0) 编辑
摘要: On the SharePoint project, right-click the project and select Properties. From Property pages, select the SharePoint tab. At the bottom of the SharePoint tab, find and select the check box labeled Ena... 阅读全文
posted @ 2010-12-01 12:04 annpaul 阅读(279) 评论(0) 推荐(0) 编辑
摘要: http://code.msdn.microsoft.com/ULSViewer 阅读全文
posted @ 2010-12-01 12:01 annpaul 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 方式一:PowerShellpowershell.exe -noexit "c:\devdash.ps1"------------------------------------------------write-hostwrite-host "Loading PowerShell environment for SharePoint" -foregroundcolor Greenwrite-ho... 阅读全文
posted @ 2010-12-01 11:53 annpaul 阅读(625) 评论(0) 推荐(0) 编辑