Andrew Stopford's Weblog

poobah

Sponsors

News

Articles

Family

Old Blogs

Gallio and VS2010 code coverage

Scott mentioned on twitter a great post on using VS2010 code coverage with ASP.NET unit tests with the following comment.

So I figured I would work up a quick post on using Gallio with the code coverage features (and thus MbUnit, NUnit etc). 

Using Gallio with the VS2010 code coverage features is exactly the same as you would use MSTest. Just enable the code coverage collector.

 

Select the assembly you want to profile (double click the collector to do this)

Run your test 

 Right Click and select code coverage.

 

Comments

Dew Drop – May 5, 2010 | Alvin Ashcraft's Morning Dew said:

Pingback from  Dew Drop – May 5, 2010 | Alvin Ashcraft's Morning Dew

# May 5, 2010 8:26 AM

Twitter Trackbacks for Gallio and VS2010 code coverage - Andrew Stopford's Weblog [asp.net] on Topsy.com said:

Pingback from  Twitter Trackbacks for                 Gallio and VS2010 code coverage - Andrew Stopford's Weblog         [asp.net]        on Topsy.com

# May 5, 2010 4:45 PM