Raj Aththanayake's Blog Raj Aththanayake's Blog | ASP.NET / ASP.NET MVC

Using xUnit.NET for ASP.NET MVC with TDD

3. July 2012

Devs- Are you interested in reading about TDD with ASP.NET MVC and xUnit.NET - using new VS2012RC Unit Testing features? If yes, please download the first issue of the DNC Magazine.

You also get bunch other great articles too. In my post I tried to cover TDD - ASP.NET MVC and xUnit.NET specific features. Also some great insight into new VS2012 Unit Testing features. Kindly appreciate your thoughts comments on this.

Thanks a lot for the great feedback so far.

ASP.NET / ASP.NET MVC, Unit Testing, Visual Studio

ASP.NET MVC Unit Tests with UnityAutoMoq Container

18. October 2011

 

UnityAutoMoq container is a great way to write maintainable Unit Tests. Since the container simplifies faking of dependencies, we can now focus on the actual test itself and spend less time on faking unwanted dependencies

For more info, please refer to the article below.

http://www.dotnetcurry.com/ShowArticle.aspx?ID=767

ASP.NET / ASP.NET MVC, Unit Testing