I was trying to use VSTS code coverage with my tests and had added a .testrunconfig file and selected all of the available project assemblies to instrument. When I ran the tests, the only assembly...
I installed NUnitForVS and it shows up on the Visual Studio splash screen and in the About box. However, the test's don't show up in the Test View window. The project is .NET 3.5. I tried to Rep...
Unit tests with the [Ignore] NUnit attribute are failed instead of being skipped.
I am using the S#arpArchitecture library and in its test base classes it defines a protected virtual SetUp() method. When trying to execute tests that inherit from one of these base classes NUnitFo...
If you have any VS Web Tests in your project once you install NUnitForVS you can no longer open or run them. I uninstalled and could then open them. This is in Visual Studio Team Edition 2008 sp1
I Installed the tool today and I really liked it but as soon as I tried to load a large solution (109 projects) VS2008 Pro SP1 crashed with a OutOfMemoryException. I tested with different solut...
After installing nunit for vs, when I open a project with VSTS unit tests and try to run them Visual Studio gives me an Object Reference Not Set error.