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
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
So far as I know, you can't use xUnit in any VS version right now.
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.