C 
		
								
				
				
			
		csharper
I used the personal edition of TestDriven.NET plugin for Visual Studio and it is kinda convenient. The feature I like the most is that I can right click inside a unit test method and select run unit test or debug unit test.
I am using NUnit for my project and cannot use the personal edition of TestDriven.NET. I have used the NUnit GUI, but I have to run unit tests outside of VS, and there is not way for me to step into the unit test in debug mode.
Any other free/open source plugins like TestDriven.NET? Thanks. My guess is that there are none, but would like to hear before I give it up.
				
			I am using NUnit for my project and cannot use the personal edition of TestDriven.NET. I have used the NUnit GUI, but I have to run unit tests outside of VS, and there is not way for me to step into the unit test in debug mode.
Any other free/open source plugins like TestDriven.NET? Thanks. My guess is that there are none, but would like to hear before I give it up.
	