How can I see console output when running tests using NCrunch?

I do not know if this was implemented, but there is an option to output NCrunch to the Output Window.

enter image description here

TestDriven.NET already does this while you run the tests, and I realized that this is useful for quick testing. Is there any way to make it work in NCrunch?

+6
source share
1 answer

Check the NCrunch Tests window. I had the same problem, but then I noticed that the output of my calls to Console.WriteLine displayed in the Tests window.

+9
source

All Articles