Shaun Xu

The Sheep-Pen of the Shaun


News

logo

Shaun, the author of this blog is a software architect with 9 years experience in the .NET world. He hopes to show that software development is more of an art rather than manufacturing. He is into Windows Azure, SQL Azure, WCF and ASP.NET MVC, with his favorite being C#.

Currently Shaun is working at IGT Technology Development (Beijing) Co., Ltd. as the architect of the sbX group responsible for cloud computing platform design and development.

MVP

 

Unit test is very important in modern software development, especially after adopted agile. Microsoft had added the unit test support since the Visual Studio 2008. Then with some enhancement and improvement unit test became easier in Visual Studio 2010. At the mean time, Microsoft provides its own test framework, a.k.a MsTest, which is one of the most popular frameworks. But it’s a little bit strange that Microsoft haven’t shipped any mock framework until now. From Peter Provost’s post we found that ......