views:

234

answers:

2

Is it possible to use the integrated Visual Studio 2010 test runner to run other frameworks (Xunit, NUnit etc.) besides MSTest?

Does anyone know?

Thanks

A: 

So far as I know, you can't use xUnit in any VS version right now.

Weixiao.Fan
+2  A: 

There is an addon called 'Visual NUnit 2010' that will run NUnit tests in VS2010. It adds a TestRunner window that allows you to see your test results. More informations is at http://www.bubblecloud.org/visualnunit.

Paul Millsaps