I installed TestDriven.Net after installing NUnit. When in VS, I run all tests, they run but I want to be able to step into my method somehow to see where the test went wrong in the target method. Meaning I want to step into the target method and see the point of failure before it comes back to NUnit to give me the test result.

I'm not sure how to get this to work...so far no luck.

有帮助吗?

解决方案

Just put a breakpoint on the method (either production or test) and use "Test With > Debugger" as described in the TestDriven.Net QuickStart guide.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top