TypeMock.NET Build Statistics
We are almost ready to release TypeMock.NET 3.7.0
Here are some statistics of our build system.
- To build TypeMock we use two MSBuild scripts, the scripts also calls NAnt scripts (To test the NAnt integration)
- We build TypeMock using CruiseControl.NET.
- Our codebase is built once and can run on .NET 1.1, 2.0 and 3.0
- We have 1274 tests that are run twice (on .NET 1.1 and .NET 2.0) that take 97.487 seconds with CodeCoverage.
- 23 of the tests are ignored (Features that are not implemented yet, or are impossible to test automatically)
- We have a 75.6% coverage
- We cannot use TypeMock.NET to test ourselves.
- Our testing frameworks are NUnit, Visual Studio Unit Tests and mbUnit – (We must test all those integrations too).
- We run coverage using NCover, Clover.NET and Visual Studio Code Coverage (We test all these integrations as well).
- Our build system builds all the documentation (using NDoc and a proprietary tool), the installation kits (using Wix) , installs the software and then performs a series of smoke tests.
Here are some items in our wishlist
- We still need to merge all the tests and coverage result from the different frameworks into one page.
- We also want to automatically deploy the installation into several Virtual Machines to test different scenarios. We are doing this manually.
[Update] Fixed MbUnit link, thanks Andy
1 Comment to “TypeMock.NET Build Statistics”
Recent Posts
- Product Status Peek – 2011
- Thanks Roy
- Typemock starts 2011 in a new location
- Agile Demos Smells
- I want loud disputes in our meetings
Categories
- .NET Tests
- Agile
- Code Integrity
- Community
- Debugging
- Fun
- Management for Geeks
- Marketing
- Product
- Release
- Reviews
- SharePoint
- TDD
- Time Management
- Uncategorized
- Unit Tests
Archives
- January 2011
- December 2010
- October 2010
- August 2010
- May 2010
- April 2010
- March 2010
- February 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- August 2008
- July 2008
- May 2008
- April 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006

Hi Eli,
Can you edit your link for MbUnit to point at http://www.mbunit.com
Thanks
Andy