How to debug a single test visual studio Nunit 2013
How can I debug a specific Nunit test from visual studio? I have several TestFixtures in different files. Whenever I run a test, it always hits a different TestFixture debug / exception point.
+3
Rased Dot Net
source
to share
1 answer
Install the nunit adapter adapter and you can right click inside the unit test method and select debug tests. You can also use the Test Explorer window.
+5
Padraic
source
to share