James Newkirk on Quick & Dirty Compatibility of NUnit & VSTS Unit Testing

James Newkirk did a quick & dirty test to see what it'll take to re-use NUnit unit tests in Visual Studio Team System and the results are promising.

Quick & Dirty Compatibility

You say this new unit testing tool in VS Team System is something that you want to use but you have a large number of existing tests in NUnit. For some reason you don’t have a great desire to walk through and change all the attribute names. Well, based on a few responses to My first unit test in Visual Studio Team System entry you might not have to do that much. The gist of the replies suggested that you simply could substitute the NUnit attribute names with the VS Team System attribute names.