What is the best dot net unit test framework with visual studio integration?
views:
476answers:
3
A:
MSTest is built into Visual Studio 2008 and is fully integrated, including file deployment options and code coverage source highlighting.
Mark Cidade
2009-03-25 05:13:11
The interface is a real PITA to use though.
Grzenio
2009-03-25 10:43:46
In what way? I find it similar to NUnit.
John Saunders
2009-03-25 12:18:06
+1
A:
testdriven.net gives you unit test integration in VS for pretty much any framework you want to use.
Sam Saffron
2009-03-25 05:14:21