Microsoft announced full support for NUnit and other Testing frameworks in Visual Studio 11. However today you still don’t have NUnit integration out-of-the-box. Of course you can use the Resharper plugin or TestDriven.NET but these are not free(although worth every cent). Last week I discovered Visual Nunit, a free alternative to run your NUnit tests inside Visual Studio.
Visual Nunit is an open source NUnit runner for Visual Studio 2010. It provides convenient view to test cases and enables debugging (red arrow) tests easily inside development environment. It does not require separate test project. Implemented as Visual Studio Integration Package.
Features:
- Easy test debugging
- Easy and fast NUnit test execution
- NET 2.0, 3.0, 3.5 and 4.0 support
- Test execution progress, time and summary
- Stack trace view
- Test filtering based on project, namespace and fixture