Which unit test framework in VS2010 - MSTest or NUnit?
- by Greg
Any recommendations re whether to got MSTest or NUnit for a new project in VS2010 (C#), mainly focused at business logic layer unit tests?
Is there any major reason why I wouldn't just go with the VS2010 MSTest which is integrated there?