Maruis Marais
Posts: 290
Nickname: maruis
Registered: Aug, 2005
|
Ruby rocks, what else can I say...
|
|
|
|
Visual Studio 2005 Unit Testing Code Snippets
|
Posted: Feb 28, 2006 11:27 AM
|
|
|
This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
|
Original Post: Visual Studio 2005 Unit Testing Code Snippets
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
|
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Maruis Marais
Latest Posts From exceptionz
|
|
In this article, I introducing Unit Testing Code Snippets, showing you how to add a Code Snippet in your code editor, and how to quickly navigate and modify the Unit Testing snippets to give you the ability to quickly create test methods and fixtures.
Visual Studio 2005 ships with a huge number of new features, and one of the nice and useful features is Code Snippets. The Code Snippet feature allows you to add a piece of generic code that you can customize to make it work with your specific needs. In this article, I will be introducing Unit Testing Code Snippets, showing you how to invoke a code snippet, and how to quickly navigate and edit the code snippet tokens to give you the ability to quickly create test methods and fixtures. You will find both NUnit and Microsoft.VisualStudio.TestTools.UnitTesting snippets in the download.
You can find the article and download here.
Read: Visual Studio 2005 Unit Testing Code Snippets
|
|