You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension "NUnit Test Adapter" installed from Extensions Manager.
Assemblies being handled manually (not through NuGet) - project is referencing the newly downloaded assembly: _\NUnit 2.6.4\bin\framework\nunit.framework.dll
The text was updated successfully, but these errors were encountered:
If a test class assigns AppDomain.CurrentDomain.UnhandledException in the SetUp() and then an exception is thrown in a thread:
The most relevant (hopefully) parts of the
Code:
When I run this code in the NUnit GUI executor, it successfully reaches the Assert.IsTrue(...) and marks that test as failed at that point.
When I run this code inside VS, the test executor crashes, opens a crash report window and I see nothing relevant in the "Test Explorer".
The text was updated successfully, but these errors were encountered: