NUnit & VS Integration Macro (Via Rido)
Rido sent me mail about this macro this morning.
"I've written a macro that sets the project configuration options to a NUnit Test project, so you can debug without "Attach to a process". I think you could add it to your Macro list: "
Check it out: https://blogs.msdn.com/rido/archive/2004/09/10/NUnitVSMacro.aspx
Comments
- Anonymous
November 06, 2004
What about just using Testdriven.net aka nunitaddin - Anonymous
November 07, 2004
That's great but why not install an extension like TestDriven.NET (www.testdriven.net) which enables you to right click on a NUnit project and choose Debug? It enables you to run test right in VS.NET as well as in the NUnit GUI. - Anonymous
November 08, 2004
I think we've covered those additions. I realize they exist, but no harm showing alternatives.