Welcome to EMC Consulting Blogs Sign in | Join | Help

Howard van Rooijen's EMC Consulting Blog (2004 - 2010)

This blog has now moved to http://howard.vanrooijen.co.uk/blog - please update your subscriptions if you wish to receive new content.

SDC Tools and NCover

There has been a lot of great information over at Andrew's blog about testing and build systems, but this has mainly been focused around NAnt - I prefer the SDC Build Tools, mainly for it's innate support for MS applications such as Commerce Server, Biztalk 2004, IIS 6 etc.

So following on from my Making Code Coverage more palatable with NCoverViewer and NCoverBrowser article I thought I'd post the SDC task that executes NUnit and NCover on our conchango.netFusion class library:

<run
   section
="RunNCover"
   path
="Tools\NCover\ncover.console.exe"
   parameters
='/o SmokeTest\coverage.xml /c "Tools\NUnit\nunit-console.exe" "$(CurrentFolder)\..\Src\Conchango.netFusion.nunit /xml ..\..\Build\SmokeTest\nunit.xml" /a "Conchango.Code.UnitTests,Conchango.Code.Validation,Conchango.Core,Conchango.Drawing.ImageEngine,Conchango.Runtime.Serialization,
Conchango.Security.Cryptography,Conchango.Web.Framework,Conchango.Web.MasterPages,Conchango.Web.UI,Conchango.Web.UI.WebControls.ComboBox"'
   stopOnError
="true"
   workingDirectory
=""
   waitForExit="true"/>

Published 22 November 2004 15:22 by howard.vanrooijen

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

TrackBack said:

November 25, 2004 00:13
 

TrackBack said:

November 25, 2004 09:59
 

TrackBack said:

November 25, 2004 10:06

Leave a Comment

(required) 
(optional)
(required) 
Submit

This Blog

Syndication

News

This blog has now moved - please visit http://howard.vanrooijen.co.uk/blog for new content!
Add to Live.com
Powered by Community Server (Personal Edition), by Telligent Systems