TestRunner seamlessly integrates NUnit testing and debugging into a compact Visual Studio .NET 2003 add-in.
NUnit testing is the standard for automated unit testing in .NET. The basic NUnit tools are, however, very primitive and require leaving the Visual Studio .NET environment to use them. TestRunner streamlines your testing by moving NUnit testing into a first-rate plug-in without changing your test code. This replaces the use of NUnit GUI as the test runner for your test cases.
TestRunner is 100% NUnit compatible, derived directly from the NUnit 2.1 source code. TestRunner extends NUnit without replacing it to work within the Visual Studio .NET environment. There is no need to change any of your test cases or code.
TestRunner provides test navigation. Activate the context menu on any test and select view to navigate directly to the source for the test.